From ed2056c28bb76d9a0e7c201e210d2767ab7f164a Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Wed, 7 Apr 2021 16:42:24 +0200 Subject: spec: Move service script into subpackage This changes moves service script into initscripts-service subpackage. The subpackage could be install without main package. This change allows audit not to require initscripts and require only initscripts-service instead. Requested by: msekleta@redhat.com --- etc/rc.d/init.d/functions | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/rc.d/init.d/functions b/etc/rc.d/init.d/functions index 5ede6c76..e5576196 100644 --- a/etc/rc.d/init.d/functions +++ b/etc/rc.d/init.d/functions @@ -605,6 +605,7 @@ strstr() { } # Check whether file $1 is a backup or rpm-generated file and should be ignored +# Copy of the function is present in usr/sbin/service is_ignored_file() { case "$1" in *~ | *.bak | *.old | *.orig | *.rpmnew | *.rpmorig | *.rpmsave) -- cgit v1.2.1