From 776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4 Mon Sep 17 00:00:00 2001 From: skrll Date: Fri, 15 Feb 2002 10:12:28 +0000 Subject: mkdir -> ${MKDIR} rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} --- security/nessus-core/PLIST | 10 +++++----- security/openssl/PLIST.common | 6 +++--- security/priv/PLIST | 6 +++--- security/ssh/PLIST | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) (limited to 'security') diff --git a/security/nessus-core/PLIST b/security/nessus-core/PLIST index 9a91be4c42f..c46fa003895 100644 --- a/security/nessus-core/PLIST +++ b/security/nessus-core/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/05 22:39:07 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:57 skrll Exp $ bin/nessus include/nessus/config.h include/nessus/includes.h @@ -15,9 +15,9 @@ man/man8/nessusd.8 sbin/nessus-adduser sbin/nessusd @exec ${MKDIR} -p %D/lib/nessus/reports -@unexec /bin/rmdir %D/lib/nessus/reports 2>/dev/null || true -@unexec /bin/rmdir %D/lib/nessus 2>/dev/null || true +@unexec ${RMDIR} %D/lib/nessus/reports 2>/dev/null || true +@unexec ${RMDIR} %D/lib/nessus 2>/dev/null || true @exec ${MKDIR} -p %D/etc/nessus -@unexec /bin/rmdir %D/etc/nessus 2>/dev/null || true +@unexec ${RMDIR} %D/etc/nessus 2>/dev/null || true @exec ${MKDIR} -p /var/nessus -@unexec /bin/rmdir /var/nessus 2>/dev/null || true +@unexec ${RMDIR} /var/nessus 2>/dev/null || true diff --git a/security/openssl/PLIST.common b/security/openssl/PLIST.common index 6864075a71b..e724d9ba74d 100644 --- a/security/openssl/PLIST.common +++ b/security/openssl/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.1 2001/11/01 01:22:31 zuntum Exp $ +@comment $NetBSD: PLIST.common,v 1.2 2002/02/15 10:12:58 skrll Exp $ bin/CA.pl bin/CA.sh bin/asn1parse @@ -326,8 +326,8 @@ share/doc/openssl/ssl/SSL_shutdown.pod share/doc/openssl/ssl/SSL_write.pod share/doc/openssl/ssl/ssl.pod share/doc/openssl/ssleay.txt -@exec mkdir -p %D/certs %D/private -@unexec rmdir %D/certs 2>/dev/null || true +@exec ${MKDIR} -p %D/certs %D/private +@unexec ${RMDIR} %D/certs 2>/dev/null || true @dirrm include/openssl @dirrm private @dirrm share/doc/openssl/apps diff --git a/security/priv/PLIST b/security/priv/PLIST index f06b2b02767..8e2deec53f8 100644 --- a/security/priv/PLIST +++ b/security/priv/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:17:34 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:58 skrll Exp $ bin/priv man/man1/priv.1 -@exec mkdir -p @PRIV_CONF_DIR@/priv || true -@unexec rmdir @PRIV_CONF_DIR@/priv || true +@exec ${MKDIR} -p @PRIV_CONF_DIR@/priv || true +@unexec ${RMDIR} @PRIV_CONF_DIR@/priv || true diff --git a/security/ssh/PLIST b/security/ssh/PLIST index 0181675cd93..c75792b517c 100644 --- a/security/ssh/PLIST +++ b/security/ssh/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:17:53 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:58 skrll Exp $ bin/ssh bin/ssh1 bin/scp @@ -33,7 +33,7 @@ sbin/sshd sbin/sshd1 share/examples/ssh/ssh_config share/examples/ssh/sshd_config -@exec if [ ! -d @SSH_CONF_DIR@ ]; then echo "Creating directory @SSH_CONF_DIR@ for ssh config files.." ; mkdir -p @SSH_CONF_DIR@; fi +@exec if [ ! -d @SSH_CONF_DIR@ ]; then echo "Creating directory @SSH_CONF_DIR@ for ssh config files.." ; ${MKDIR} -p @SSH_CONF_DIR@; fi @exec if [ ! -f @SSH_CONF_DIR@/ssh_config ]; then echo "Installing example ssh_config in @SSH_CONF_DIR@.." ; ${INSTALL} -c -o root -g ${ROOT_GROUP} -m 0644 %D/share/examples/ssh/ssh_config @SSH_CONF_DIR@; fi @exec if [ ! -f @SSH_CONF_DIR@/sshd_config ]; then echo "Installing example sshd_config in @SSH_CONF_DIR@.." ; ${INSTALL} -c -o root -g ${ROOT_GROUP} -m 0644 %D/share/examples/ssh/sshd_config @SSH_CONF_DIR@; fi @exec if [ ! -f @SSH_CONF_DIR@/ssh_host_key ]; then echo "Generating a secret host key in @SSH_CONF_DIR@.." ; %D/bin/ssh-keygen -N "" -f @SSH_CONF_DIR@/ssh_host_key; fi -- cgit v1.2.3