diff options
author | seb <seb@pkgsrc.org> | 2002-06-26 10:29:33 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-06-26 10:29:33 +0000 |
commit | db84442a67c872c4802e8b37a88f71a84050f97a (patch) | |
tree | 9e5fcee06244c048489fb5197f01b82baef7be38 /security | |
parent | e521736766fda95b199d77e427c85a2b5fd262b6 (diff) | |
download | pkgsrc-db84442a67c872c4802e8b37a88f71a84050f97a.tar.gz |
Substitute a couple of `mkdir' by `${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
Diffstat (limited to 'security')
-rw-r--r-- | security/nessus-core/PLIST | 8 | ||||
-rw-r--r-- | security/openssh/PLIST | 4 | ||||
-rw-r--r-- | security/openssl/PLIST.common | 4 | ||||
-rw-r--r-- | security/priv/PLIST | 4 | ||||
-rw-r--r-- | security/ssh/PLIST | 4 | ||||
-rw-r--r-- | security/tripwire/PLIST | 4 |
6 files changed, 14 insertions, 14 deletions
diff --git a/security/nessus-core/PLIST b/security/nessus-core/PLIST index 329ceff7553..0dc7eab1f7a 100644 --- a/security/nessus-core/PLIST +++ b/security/nessus-core/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/05/10 13:18:45 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/06/26 10:29:58 seb Exp $ bin/nessus bin/nessus-mkrand include/nessus/config.h @@ -21,10 +21,10 @@ sbin/nessus-mkcert sbin/nessus-mkcert-client sbin/nessus-rmuser sbin/nessusd -@exec ${MKDIR} -p %D/lib/nessus/reports +@exec ${MKDIR} %D/lib/nessus/reports @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 +@exec ${MKDIR} %D/etc/nessus @unexec ${RMDIR} %D/etc/nessus 2>/dev/null || true -@exec ${MKDIR} -p /var/nessus +@exec ${MKDIR} /var/nessus @unexec ${RMDIR} /var/nessus 2>/dev/null || true diff --git a/security/openssh/PLIST b/security/openssh/PLIST index 91262e7bc05..0017c24d208 100644 --- a/security/openssh/PLIST +++ b/security/openssh/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2002/06/26 08:59:45 itojun Exp $ +@comment $NetBSD: PLIST,v 1.6 2002/06/26 10:29:59 seb Exp $ bin/scp bin/sftp bin/slogin @@ -28,4 +28,4 @@ share/examples/openssh/moduli share/examples/openssh/ssh_config share/examples/openssh/sshd_config @dirrm share/examples/openssh -@exec ${MKDIR} -p /var/chroot/sshd +@exec ${MKDIR} /var/chroot/sshd diff --git a/security/openssl/PLIST.common b/security/openssl/PLIST.common index e724d9ba74d..be65f90c286 100644 --- a/security/openssl/PLIST.common +++ b/security/openssl/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.2 2002/02/15 10:12:58 skrll Exp $ +@comment $NetBSD: PLIST.common,v 1.3 2002/06/26 10:30:00 seb Exp $ bin/CA.pl bin/CA.sh bin/asn1parse @@ -326,7 +326,7 @@ 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 +@exec ${MKDIR} %D/certs %D/private @unexec ${RMDIR} %D/certs 2>/dev/null || true @dirrm include/openssl @dirrm private diff --git a/security/priv/PLIST b/security/priv/PLIST index 8e2deec53f8..90c526231df 100644 --- a/security/priv/PLIST +++ b/security/priv/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:58 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:30:01 seb Exp $ bin/priv man/man1/priv.1 -@exec ${MKDIR} -p @PRIV_CONF_DIR@/priv || true +@exec ${MKDIR} @PRIV_CONF_DIR@/priv || true @unexec ${RMDIR} @PRIV_CONF_DIR@/priv || true diff --git a/security/ssh/PLIST b/security/ssh/PLIST index c75792b517c..b6c0fae5559 100644 --- a/security/ssh/PLIST +++ b/security/ssh/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:58 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:30:01 seb 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} @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 diff --git a/security/tripwire/PLIST b/security/tripwire/PLIST index 88ee6d5459d..5e0bfd3a05b 100644 --- a/security/tripwire/PLIST +++ b/security/tripwire/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/05 22:39:07 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:30:02 seb Exp $ etc/tripwire/tripwire.conf sbin/tripwire share/doc/tripwire/designdoc.ps man/man5/tw.config.5 man/man8/siggen.8 man/man8/tripwire.8 -@exec ${MKDIR} -p %D/etc/tripwire/databases +@exec ${MKDIR} %D/etc/tripwire/databases @unexec /bin/rm -rf %D/etc/tripwire || /usr/bin/true @dirrm share/doc/tripwire |