diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-01-18 09:42:02 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-01-18 09:42:02 +0000 |
commit | 129b93be2cb024681a885592279b1231d75205a2 (patch) | |
tree | 5ee6ef83ed7cb530740cba28b83816f991f07de0 /misc | |
parent | 1885d4c5c6e41f76a107be2ece2b07e756d13cc4 (diff) | |
download | ports-129b93be2cb024681a885592279b1231d75205a2.tar.gz ports-129b93be2cb024681a885592279b1231d75205a2.zip |
- Remove hardcoded /etc/rc.subr.
Reported by: Sean Winn <sean@gothic.net.au>
Notes
Notes:
svn path=/head/; revision=153798
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ldconfig_compat/Makefile | 2 | ||||
-rw-r--r-- | misc/ldconfig_compat/files/ldconfig_compat.sh.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/ldconfig_compat/Makefile b/misc/ldconfig_compat/Makefile index 06bb0927374f..a3e016490be9 100644 --- a/misc/ldconfig_compat/Makefile +++ b/misc/ldconfig_compat/Makefile @@ -7,7 +7,7 @@ PORTNAME= ldconfig_compat PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc MASTER_SITES= # none DISTFILES= # none diff --git a/misc/ldconfig_compat/files/ldconfig_compat.sh.in b/misc/ldconfig_compat/files/ldconfig_compat.sh.in index 8e7db265cfee..1c6f4a450586 100644 --- a/misc/ldconfig_compat/files/ldconfig_compat.sh.in +++ b/misc/ldconfig_compat/files/ldconfig_compat.sh.in @@ -7,7 +7,7 @@ # REQUIRE: mountcritremote ldconfig # BEFORE: DAEMON -. /etc/rc.subr +. "%%RC_SUBR%%" name="ldconfig" ldconfig_command="/sbin/ldconfig" |