pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ddclient PERL5_PATH not necessary here since ddcli...
details: https://anonhg.NetBSD.org/pkgsrc/rev/63e80beba823
branches: trunk
changeset: 466364:63e80beba823
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Jan 16 13:14:01 2004 +0000
description:
PERL5_PATH not necessary here since ddclient starts itself using ${PERL5}.
diffstat:
net/ddclient/Makefile | 3 +--
net/ddclient/files/ddclient.sh | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r 57f00ad92aba -r 63e80beba823 net/ddclient/Makefile
--- a/net/ddclient/Makefile Fri Jan 16 12:55:21 2004 +0000
+++ b/net/ddclient/Makefile Fri Jan 16 13:14:01 2004 +0000
@@ -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 @@
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 -r 57f00ad92aba -r 63e80beba823 net/ddclient/files/ddclient.sh
--- a/net/ddclient/files/ddclient.sh Fri Jan 16 12:55:21 2004 +0000
+++ b/net/ddclient/files/ddclient.sh Fri Jan 16 13:14:01 2004 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index