pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security Convert @exec/@unexec to @pkgdir or drop it.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5cb3476d0fd
branches:  trunk
changeset: 394721:a5cb3476d0fd
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 14 21:21:16 2009 +0000

description:
Convert @exec/@unexec to @pkgdir or drop it.

diffstat:

 security/base/PLIST              |  5 +----
 security/nessus-plugins/PLIST    |  5 ++---
 security/nikto/PLIST             |  5 +----
 security/openssl/PLIST.common    |  3 +--
 security/openvas-libnasl/PLIST   |  3 +--
 security/openvas-libraries/PLIST |  3 +--
 security/openvas-plugins/PLIST   |  4 +---
 security/openvas-server/PLIST    |  3 +--
 8 files changed, 9 insertions(+), 22 deletions(-)

diffs (118 lines):

diff -r ff0243065980 -r a5cb3476d0fd security/base/PLIST
--- a/security/base/PLIST       Sun Jun 14 21:17:43 2009 +0000
+++ b/security/base/PLIST       Sun Jun 14 21:21:16 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2009/06/14 18:13:26 joerg Exp $
+@comment $NetBSD: PLIST,v 1.11 2009/06/14 21:21:16 joerg Exp $
 share/base/admin/base_roleadmin.php
 share/base/admin/base_useradmin.php
 share/base/admin/index.php
@@ -122,6 +122,3 @@
 share/doc/base/base_faq.rtf
 share/examples/base/base.conf
 share/examples/base/base_conf.php
-@unexec ${RMDIR} %D/share/base/includes/templates/default 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/share/base/includes/templates 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/share/base 2>/dev/null || ${TRUE}
diff -r ff0243065980 -r a5cb3476d0fd security/nessus-plugins/PLIST
--- a/security/nessus-plugins/PLIST     Sun Jun 14 21:17:43 2009 +0000
+++ b/security/nessus-plugins/PLIST     Sun Jun 14 21:21:16 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2009/06/14 18:13:33 joerg Exp $
+@comment $NetBSD: PLIST,v 1.15 2009/06/14 21:21:16 joerg Exp $
 bin/nessus-build
 lib/nessus/plugins_factory/Makefile
 lib/nessus/plugins_factory/libtool
@@ -6,5 +6,4 @@
 man/man1/nessus-build.1
 man/man8/nessus-update-plugins.8
 sbin/nessus-update-plugins
-@exec ${MKDIR} %D/lib/nessus/plugins/.desc
-@unexec ${RMDIR} %D/lib/nessus/plugins/.desc 2>/dev/null || ${TRUE}
+@pkgdir lib/nessus/plugins/.desc
diff -r ff0243065980 -r a5cb3476d0fd security/nikto/PLIST
--- a/security/nikto/PLIST      Sun Jun 14 21:17:43 2009 +0000
+++ b/security/nikto/PLIST      Sun Jun 14 21:21:16 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:13:33 joerg Exp $
+@comment $NetBSD: PLIST,v 1.6 2009/06/14 21:21:16 joerg Exp $
 bin/nikto
 share/doc/nikto/CHANGES.txt
 share/doc/nikto/LICENSE.txt
@@ -27,6 +27,3 @@
 libdata/nikto/plugins/scan_database.db
 libdata/nikto/plugins/server_msgs.db
 libdata/nikto/plugins/servers.db
-@unexec ${RMDIR} %D/libdata/nikto/plugins 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/libdata/nikto/docs 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/libdata/nikto 2>/dev/null || ${TRUE}
diff -r ff0243065980 -r a5cb3476d0fd security/openssl/PLIST.common
--- a/security/openssl/PLIST.common     Sun Jun 14 21:17:43 2009 +0000
+++ b/security/openssl/PLIST.common     Sun Jun 14 21:21:16 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common,v 1.15 2009/06/14 18:13:34 joerg Exp $
+@comment $NetBSD: PLIST.common,v 1.16 2009/06/14 21:21:16 joerg Exp $
 bin/c_rehash
 bin/openssl
 include/openssl/aes.h
@@ -1101,4 +1101,3 @@
 share/examples/openssl/c_issuer
 share/examples/openssl/c_name
 share/examples/openssl/openssl.cnf
-@unexec ${RMDIR} -p %D/lib/pkgconfig 2>/dev/null || ${TRUE}
diff -r ff0243065980 -r a5cb3476d0fd security/openvas-libnasl/PLIST
--- a/security/openvas-libnasl/PLIST    Sun Jun 14 21:17:43 2009 +0000
+++ b/security/openvas-libnasl/PLIST    Sun Jun 14 21:21:16 2009 +0000
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/04 01:09:31 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/06/14 21:21:16 joerg Exp $
 bin/openvas-libnasl-config
 bin/openvas-nasl
 include/openvas/nasl.h
 lib/libopenvasnasl.la
 man/man1/openvas-libnasl-config.1
 man/man1/openvas-nasl.1
-@unexec ${RMDIR} %D/include/openvas 2>/dev/null || ${TRUE}
diff -r ff0243065980 -r a5cb3476d0fd security/openvas-libraries/PLIST
--- a/security/openvas-libraries/PLIST  Sun Jun 14 21:17:43 2009 +0000
+++ b/security/openvas-libraries/PLIST  Sun Jun 14 21:21:16 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/04 01:08:52 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/06/14 21:21:16 joerg Exp $
 bin/libopenvas-config
 include/openvas/arglists.h
 include/openvas/bpf_share.h
@@ -26,4 +26,3 @@
 lib/libopenvas.la
 lib/libopenvas_hg.la
 man/man1/libopenvas-config.1
-@unexec ${RMDIR} %D/include/openvas 2>/dev/null || ${TRUE}
diff -r ff0243065980 -r a5cb3476d0fd security/openvas-plugins/PLIST
--- a/security/openvas-plugins/PLIST    Sun Jun 14 21:17:43 2009 +0000
+++ b/security/openvas-plugins/PLIST    Sun Jun 14 21:21:16 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/04 01:10:22 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/06/14 21:21:16 joerg Exp $
 lib/openvas/plugins/12planet_chat_server_xss.nasl
 lib/openvas/plugins/3com_nbx_voip_netset_detection.nasl
 lib/openvas/plugins/3com_switches.nasl
@@ -5992,5 +5992,3 @@
 lib/openvas/plugins/zyxel_http_pwd.nasl
 lib/openvas/plugins/zyxel_pwd.nasl
 sbin/openvas-nvt-sync
-@unexec ${RMDIR} %D/lib/openvas/plugins 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/lib/openvas 2>/dev/null || ${TRUE}
diff -r ff0243065980 -r a5cb3476d0fd security/openvas-server/PLIST
--- a/security/openvas-server/PLIST     Sun Jun 14 21:17:43 2009 +0000
+++ b/security/openvas-server/PLIST     Sun Jun 14 21:21:16 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/04 01:11:55 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/06/14 21:21:16 joerg Exp $
 bin/openvas-mkcert-client
 bin/openvas-mkrand
 bin/openvasd-config
@@ -22,4 +22,3 @@
 sbin/openvas-rmuser
 sbin/openvasd
 share/examples/rc.d/openvasd
-@unexec ${RMDIR} %D/include/openvas 2>/dev/null || ${TRUE}



Home | Main Index | Thread Index | Old Index