diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-09-15 00:03:08 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-09-15 00:03:08 -0400 |
| commit | 1491c2dda33eabbc5e0de36ca7c6555ab8aec395 (patch) | |
| tree | 016e54298ae5153f9b97ecfad86f58b56913a948 | |
| parent | 26df12bde7f3666d49dab1b8e828feb3d85688a8 (diff) | |
| download | sbo-maintainer-tools-1491c2dda33eabbc5e0de36ca7c6555ab8aec395.tar.gz | |
sbopkglint: do not allow /etc/rc.d/rc.local{,_shutdown}.
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | sbopkglint.d/05-basic-sanity.t.sh | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -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" ####################################################################### |
