aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--sbopkglint.d/05-basic-sanity.t.sh4
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a339608..30a3df3 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,8 @@ sbopkglint:
- Only empty (0-byte) files named *.new may exist in /var/log.
- The directories /var/lib/pkgtools/{scripts,douninst.sh,packages}
may not exist in the package tarball.
+- Packages may not contain /etc/rc.d/rc.local or rc.local_shutdown,
+ *or* modify them via doinst.sh.
New in 0.9.8:
=============
diff --git a/sbopkglint.d/05-basic-sanity.t.sh b/sbopkglint.d/05-basic-sanity.t.sh
index 79c75c7..50c5c10 100644
--- a/sbopkglint.d/05-basic-sanity.t.sh
+++ b/sbopkglint.d/05-basic-sanity.t.sh
@@ -69,7 +69,9 @@ etc/group \
etc/group.new \
etc/gshadow \
etc/gshadow.new \
-etc/ld.so.conf"
+etc/ld.so.conf \
+etc/rc.d/rc.local \
+etc/rc.d/rc.local_shutdown"
#######################################################################