forked from pool/filesystem
Accepting request 825381 from home:kukuk:etc
- Ignore init.d/*.local ghost files from aaa_base and remove /etc/init.d (it's part of insserv-compat since a long time) [jsc#SMO-14] OBS-URL: https://build.opensuse.org/request/show/825381 OBS-URL: https://build.opensuse.org/package/show/Base:System/filesystem?expand=0&rev=179
This commit is contained in:
parent
fe4a10fa29
commit
95d030e97e
@ -5,7 +5,6 @@
|
||||
0755 root root /etc/X11
|
||||
0755 root root /etc/aliases.d
|
||||
0755 root root /etc/default
|
||||
0755 root root /etc/init.d
|
||||
0755 root root /etc/java
|
||||
0755 root root /etc/ld.so.conf.d
|
||||
0755 root root /etc/logrotate.d
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 12:14:40 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Ignore init.d/*.local ghost files from aaa_base and remove
|
||||
/etc/init.d (it's part of insserv-compat since a long time)
|
||||
[jsc#SMO-14]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 28 15:40:52 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
|
@ -188,7 +188,7 @@ NON_EXISTING_DIR=
|
||||
for FILE in `rpm -ql aaa_base` ; do
|
||||
test -d $FILE && continue
|
||||
case $FILE in
|
||||
/sbin/init.d*|/usr/share/doc/support/*|/lib/mkinitrd/scripts/*)
|
||||
/etc/init.d/*.local|/usr/share/doc/support/*|/lib/mkinitrd/scripts/*)
|
||||
continue
|
||||
;;
|
||||
/usr/share/doc/packages/aaa_base/*|/usr/share/licenses/aaa_base/*|/lib/aaa_base/*|/usr/lib/base-scripts/*)
|
||||
|
Loading…
Reference in New Issue
Block a user