diff options
author | flz <flz@FreeBSD.org> | 2006-01-18 17:42:02 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2006-01-18 17:42:02 +0800 |
commit | ceba972945ddc226e8464286d36efaa1c7721268 (patch) | |
tree | 6bac9f852b835f1d48402b6b250842260725f9ef /misc/ldconfig_compat | |
parent | 3607dc583f4a22edd1aa1b0cdc3814ee3c9d480c (diff) | |
download | freebsd-ports-gnome-ceba972945ddc226e8464286d36efaa1c7721268.tar.gz freebsd-ports-gnome-ceba972945ddc226e8464286d36efaa1c7721268.tar.zst freebsd-ports-gnome-ceba972945ddc226e8464286d36efaa1c7721268.zip |
- Remove hardcoded /etc/rc.subr.
Reported by: Sean Winn <sean@gothic.net.au>
Diffstat (limited to 'misc/ldconfig_compat')
-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" |