diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-03-11 14:04:57 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-03-11 14:04:57 +0000 |
commit | 5c04a96e50e8561d5a06b7ae50a6a0325f71ce75 (patch) | |
tree | 9b547d90b7bf52208d85284b072f01b7f3c1bd12 /www/apache24 | |
parent | d8fb88711c4cdc352c45bfea6cbe8a3009c45e22 (diff) | |
download | pkgsrc-5c04a96e50e8561d5a06b7ae50a6a0325f71ce75.tar.gz |
Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
Diffstat (limited to 'www/apache24')
-rw-r--r-- | www/apache24/PLIST | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/apache24/PLIST b/www/apache24/PLIST index 71f5f710c98..bda07c95ec0 100644 --- a/www/apache24/PLIST +++ b/www/apache24/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2014/02/22 17:28:34 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.14 2014/03/11 14:05:17 jperkin Exp $ bin/ab bin/apxs bin/dbmmanage @@ -219,7 +219,6 @@ share/examples/httpd/extra/proxy-html.conf share/examples/httpd/httpd.conf share/examples/httpd/magic share/examples/httpd/mime.types -share/examples/rc.d/apache share/httpd/build/config.nice share/httpd/build/config_vars.mk share/httpd/build/instdso.sh @@ -508,7 +507,6 @@ share/examples/httpd/extra/proxy-html.conf share/examples/httpd/httpd.conf share/examples/httpd/magic share/examples/httpd/mime.types -share/examples/rc.d/apache share/httpd/build/config.nice share/httpd/build/config_vars.mk share/httpd/build/instdso.sh |