]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- do not adapter /etc/ppp
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 12 Dec 2006 00:32:19 +0000 (00:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.341

adapter.awk

index 797751c79f6d024db2d4281989de63af61f8d9a5..89dfe6981450afb4f756d8bcd093148a27008a6b 100644 (file)
@@ -1169,6 +1169,8 @@ function use_macros()
                        continue;
                if ($c ~ sysconfdir "/shells")
                        continue;
+               if ($c ~ sysconfdir "/ppp")
+                       continue;
                gsub(sysconfdir, "%{_sysconfdir}", $c)
        }
 
This page took 0.098721 seconds and 4 git commands to generate.