]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- rel 9 auto/th/systemd-38-9
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 24 Jan 2012 13:51:54 +0000 (13:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- hide source (.) errors

Changed files:
    systemd.spec -> 1.88

systemd.spec

index 270fe944980826a179b9976d1546506c2377a900..2c2a530ad533df24f6cccba272ff20faf0eb6979 100644 (file)
@@ -11,7 +11,7 @@ Summary:      A System and Service Manager
 Summary(pl.UTF-8):     systemd - zarządca systemu i usług dla Linuksa
 Name:          systemd
 Version:       38
-Release:       8
+Release:       9
 License:       GPL v2+
 Group:         Base
 Source0:       http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
@@ -329,7 +329,7 @@ for f in /etc/sysconfig/interfaces/ifcfg-* ; do
        *)
                DEVICE=""
                ONBOOT=""
-               . $f
+               . $f 2>/dev/null
                if [ "$DEVICE" = "$ff" -a ${ONBOOT:-no} = "yes" ]; then
                        ln -s /lib/systemd/system/ifup@.service \
                                %{_sysconfdir}/systemd/system/network.target.wants/ifcfg@$ff.service >/dev/null 2>&1 || :
This page took 0.048217 seconds and 4 git commands to generate.