From 3f3f3f83cf34d0c5bd758e032bcdbbce40e4eae8 Mon Sep 17 00:00:00 2001 From: skrll Date: Tue, 5 Feb 2002 22:39:00 +0000 Subject: /bin/mkdir -> ${MKDIR}. Make the print-PLIST target output ${MKDIR} also. --- net/arla/PLIST | 4 ++-- net/arpwatch/PLIST | 4 ++-- net/ucd-snmp-current/PLIST | 4 ++-- net/ucd-snmp/PLIST | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'net') diff --git a/net/arla/PLIST b/net/arla/PLIST index 46c90a468a7..ff5f758966d 100644 --- a/net/arla/PLIST +++ b/net/arla/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:54:48 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/05 22:39:06 skrll Exp $ include/arlalib.h include/atypes.h include/fs_errors.h @@ -113,7 +113,7 @@ man/man8/bos.8 @unexec install-info --delete %D/info/arla.info %D/info/dir info/arla.info @exec install-info %D/info/arla.info %D/info/dir -@exec if [ ! -e ${ARLA_CACHE} ] ; then /bin/mkdir -p ${ARLA_CACHE}; /bin/chmod 700 ${ARLA_CACHE}; chown root ${ARLA_CACHE}; fi +@exec if [ ! -e ${ARLA_CACHE} ] ; then ${MKDIR} -p ${ARLA_CACHE}; /bin/chmod 700 ${ARLA_CACHE}; chown root ${ARLA_CACHE}; fi @exec if [ ! -e /sbin/mount_xfs ]; then /bin/ln -s %D/sbin/mount_xfs /sbin/mount_xfs; fi @unexec /bin/rm -f /sbin/mount_xfs @unexec /bin/rm -rf ${ARLA_CACHE} diff --git a/net/arpwatch/PLIST b/net/arpwatch/PLIST index 42a85c4f9e7..c9fde471c79 100644 --- a/net/arpwatch/PLIST +++ b/net/arpwatch/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:54:51 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/05 22:39:06 skrll Exp $ sbin/arpwatch sbin/arpsnmp etc/ethercodes.dat man/man8/arpwatch.8 man/man8/arpsnmp.8 -@exec /bin/mkdir /var/db/arpwatch +@exec ${MKDIR} /var/db/arpwatch @exec /usr/bin/touch /var/db/arpwatch/arp.dat diff --git a/net/ucd-snmp-current/PLIST b/net/ucd-snmp-current/PLIST index c49bc227f8f..264e6336687 100644 --- a/net/ucd-snmp-current/PLIST +++ b/net/ucd-snmp-current/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/01/11 06:42:35 itojun Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/02/05 22:39:06 skrll Exp $ bin/encode_keychange bin/mib2c bin/snmpbulkget @@ -220,7 +220,7 @@ share/snmp/snmpconf/snmptrapd.conf/traphandle @dirrm share/snmp/mibs @dirrm share/snmp @dirrm share/examples/ucd-snmp -@exec /bin/mkdir -p %D/lib/snmp/dlmod +@exec ${MKDIR} -p %D/lib/snmp/dlmod @dirrm lib/snmp/dlmod @dirrm lib/snmp @dirrm include/ucd-snmp diff --git a/net/ucd-snmp/PLIST b/net/ucd-snmp/PLIST index 5b5d57bf07e..73aadee528f 100644 --- a/net/ucd-snmp/PLIST +++ b/net/ucd-snmp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:59:38 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/05 22:39:06 skrll Exp $ bin/encode_keychange bin/snmpbulkget bin/snmpbulkwalk @@ -160,7 +160,7 @@ share/snmp/mibs/UDP-MIB.txt @dirrm share/snmp/mibs @dirrm share/snmp @dirrm share/examples/ucd-snmp -@exec /bin/mkdir -p %D/lib/snmp/dlmod +@exec ${MKDIR} -p %D/lib/snmp/dlmod @dirrm lib/snmp/dlmod @dirrm lib/snmp @dirrm include/ucd-snmp -- cgit v1.2.3