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 | 071ea796c1307e737cc3101448aa934353fe247c (patch) | |
tree | 9b547d90b7bf52208d85284b072f01b7f3c1bd12 /www/nginx | |
parent | 76ac67f79ab2db3505e1a973a83a4eaf36567eb1 (diff) | |
download | pkgsrc-071ea796c1307e737cc3101448aa934353fe247c.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/nginx')
-rw-r--r-- | www/nginx/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/nginx/PLIST b/www/nginx/PLIST index c2e627123b3..d7476dc2222 100644 --- a/www/nginx/PLIST +++ b/www/nginx/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2012/04/21 10:32:47 imil Exp $ +@comment $NetBSD: PLIST,v 1.7 2014/03/11 14:05:18 jperkin Exp $ man/man8/nginx.8 sbin/nginx share/examples/nginx/conf/fastcgi.conf @@ -12,4 +12,3 @@ ${PLIST.naxsi}share/examples/nginx/conf/naxsi_core.rules share/examples/nginx/conf/win-utf share/examples/nginx/html/50x.html share/examples/nginx/html/index.html -share/examples/rc.d/nginx |