Accepting request 825382 from Base:System
- 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] (forwarded request 825381 from kukuk) OBS-URL: https://build.opensuse.org/request/show/825382 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/filesystem?expand=0&rev=148
This commit is contained in:
commit
e50c7e3aa5
@ -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
|
||||
@ -18,8 +17,6 @@
|
||||
0700 root root /etc/skel/.config
|
||||
0700 root root /etc/skel/.local
|
||||
0755 root root /etc/sysconfig
|
||||
0755 root root /etc/sysconfig/SuSEfirewall2.d
|
||||
0755 root root /etc/sysconfig/SuSEfirewall2.d/services
|
||||
0755 root root /etc/sysconfig/network
|
||||
0755 root root /etc/sysconfig/network/if-down.d
|
||||
0755 root root /etc/sysconfig/network/if-up.d
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Remove SuSEfirewall2 directories, it's gone
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 28 07:52:28 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