]> git.pld-linux.org Git - packages/env-update.git/commitdiff
- also ignore rpmsave files
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 30 Apr 2006 11:33:03 +0000 (11:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    env-update.patch -> 1.5
    env-update.spec -> 1.8

env-update.patch
env-update.spec

index 6b74bd27a750fa2a60a7370ad8b63e570b8e7c6e..ebe33a444e007b1345868838ab8b1bcf0e3531b3 100644 (file)
  
        # Get our environment variables
        SVCDIR = ENVIRON["SVCDIR"]
+--- rc-scripts-1.6.14/src/awk/genenviron.awk~  2006-04-30 14:29:39.116790228 +0300
++++ rc-scripts-1.6.14/src/awk/genenviron.awk   2006-04-30 14:30:43.608236656 +0300
+@@ -29,7 +29,7 @@
+               if (x in TMPENVFILES) {
+               
+                       if ((isfile(TMPENVFILES[x])) &&
+-                          (TMPENVFILES[x] !~ /((\.(sh|c|bak))|\~)$/)) {
++                          (TMPENVFILES[x] !~ /((\.(sh|c|bak|rpm(new|save|orig)))|\~)$/)) {
+                               ENVCOUNT++
index 52d8366095b1702adc2b7b7c718687b458ca7955..6a21e4fe3110bcaa6676c825669ec95e1ce64cf9 100644 (file)
@@ -2,7 +2,7 @@ Summary:        env-update - create /etc/profile.env from /etc/env.d files
 Summary(pl):   env-update - tworzenie /etc/profile.env z plików /etc/env.d
 Name:          env-update
 Version:       1.6.14
-Release:       0.5
+Release:       0.6
 License:       GPL v2
 Group:         Base
 Source0:       http://distfiles.gentoo.org/distfiles/rc-scripts-%{version}.tar.bz2
This page took 0.060278 seconds and 4 git commands to generate.