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 /time | |
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 'time')
-rw-r--r-- | time/anacron/PLIST | 3 | ||||
-rw-r--r-- | time/vixie-cron/PLIST | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/time/anacron/PLIST b/time/anacron/PLIST index 1e88a7f07d4..ca52260bc81 100644 --- a/time/anacron/PLIST +++ b/time/anacron/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:17:56 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2014/03/11 14:05:17 jperkin Exp $ man/man5/anacrontab.5 man/man8/anacron.8 sbin/anacron share/examples/anacron/anacrontab.FreeBSD share/examples/anacron/anacrontab.NetBSD -share/examples/rc.d/anacron diff --git a/time/vixie-cron/PLIST b/time/vixie-cron/PLIST index dfebe23ac9b..7d55665ccd3 100644 --- a/time/vixie-cron/PLIST +++ b/time/vixie-cron/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/08 18:38:14 reed Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/03/11 14:05:17 jperkin Exp $ bin/crontab man/man1/crontab.1 man/man5/crontab.5 man/man8/cron.8 sbin/cron -share/examples/rc.d/cron |