packages: systemd/systemd.spec - create interface wants dir
baggins
baggins at pld-linux.org
Fri Jan 20 23:57:18 CET 2012
Author: baggins Date: Fri Jan 20 22:57:18 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- create interface wants dir
---- Files affected:
packages/systemd:
systemd.spec (1.79 -> 1.80)
---- Diffs:
================================================================
Index: packages/systemd/systemd.spec
diff -u packages/systemd/systemd.spec:1.79 packages/systemd/systemd.spec:1.80
--- packages/systemd/systemd.spec:1.79 Fri Jan 20 23:54:33 2012
+++ packages/systemd/systemd.spec Fri Jan 20 23:57:13 2012
@@ -317,6 +317,7 @@
systemd-readahead-collect.service >/dev/null 2>&1 || :
# Find and enable all installed interfaces
+mkdir -p %{_sysconfdir}/systemd/system/network.target.wants >/dev/null 2>&1 || :
for f in /etc/sysconfig/interfaces/ifcfg-* ; do
ff=$(basename $f)
ff=${ff##ifcfg-}
@@ -554,6 +555,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.80 2012/01/20 22:57:13 baggins
+- create interface wants dir
+
Revision 1.79 2012/01/20 22:54:33 baggins
- install network proxies to rc-scripts
- always enable default units in post
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/systemd/systemd.spec?r1=1.79&r2=1.80&f=u
More information about the pld-cvs-commit
mailing list