diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ddclient/Makefile | 3 | ||||
-rw-r--r-- | net/ddclient/files/ddclient.sh | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net/ddclient/Makefile b/net/ddclient/Makefile index a025dae66fa..6662b5a9f8c 100644 --- a/net/ddclient/Makefile +++ b/net/ddclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/16 12:55:21 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2004/01/16 13:14:01 jlam Exp $ DISTNAME= ddclient-3.6.2 CATEGORIES= net @@ -17,7 +17,6 @@ DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL DOCDIR= ${PREFIX}/share/doc/ddclient EGDIR= ${PREFIX}/share/examples/ddclient RCD_SCRIPTS= ddclient -FILES_SUBST+= PERL5_PATH=${PERL5_PATH} CONF_FILES_PERMS= ${EGDIR}/sample-etc_ddclient.conf \ ${PKG_SYSCONFDIR}/ddclient.conf \ ${ROOT_USER} ${ROOT_GROUP} 0600 diff --git a/net/ddclient/files/ddclient.sh b/net/ddclient/files/ddclient.sh index e55f4161498..aeea0ccb215 100644 --- a/net/ddclient/files/ddclient.sh +++ b/net/ddclient/files/ddclient.sh @@ -1,6 +1,6 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: ddclient.sh,v 1.5 2004/01/16 12:55:21 jlam Exp $ +# $NetBSD: ddclient.sh,v 1.6 2004/01/16 13:14:01 jlam Exp $ # # Dynamic DNS update client # @@ -13,7 +13,7 @@ fi name="ddclient" rcvar=${name} -command="@PERL5_PATH@" +command="@PERL5@" daemon="@PREFIX@/sbin/${name}" pidfile="/var/run/${name}.pid" required_files="${daemon} @PKG_SYSCONFDIR@/${name}.conf" |