]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- don't touch /etc/init
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 8 Apr 2011 20:51:42 +0000 (20:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.493

adapter.awk

index c12081fb836dcc89c05539108dbbb89a8e931925..8c0495fc57334d6304317d2f95a64951b5efa500 100644 (file)
@@ -1229,6 +1229,8 @@ function use_macros()
                        continue;
                if ($c ~ sysconfdir "/inittab")
                        continue;
+               if ($c ~ sysconfdir "/init")
+                       continue;
                if ($c ~ sysconfdir "/ppp")
                        continue;
                if ($c ~ sysconfdir "/dbus-1")
This page took 0.037847 seconds and 4 git commands to generate.