diff options
author | skrll <skrll@pkgsrc.org> | 2002-02-15 10:12:28 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-02-15 10:12:28 +0000 |
commit | 08bdd44549284c310d01f61b15936669a2f75753 (patch) | |
tree | d8c5da963aaf61f579edc82f096cfa181c02c55b /security | |
parent | 2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff) | |
download | pkgsrc-08bdd44549284c310d01f61b15936669a2f75753.tar.gz |
mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'security')
-rw-r--r-- | security/nessus-core/PLIST | 10 | ||||
-rw-r--r-- | security/openssl/PLIST.common | 6 | ||||
-rw-r--r-- | security/priv/PLIST | 6 | ||||
-rw-r--r-- | security/ssh/PLIST | 4 |
4 files changed, 13 insertions, 13 deletions
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 |