[systemd] configure the path to rc.local customary in Fedora

Michal Schmidt michich at fedoraproject.org
Fri Jan 18 15:00:10 UTC 2013


commit f369c5fb4bf047b2c5391db70eaf590352c8c774
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Fri Jan 18 15:27:27 2013 +0100

    configure the path to rc.local customary in Fedora

 systemd.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index b3ecb4a..396d4a1 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -202,7 +202,8 @@ glib-based applications using libudev functionality.
         --libexecdir=%{_prefix}/lib \
         --enable-gtk-doc \
         --disable-static \
-        --with-sysvinit-path=/etc/rc.d/init.d
+        --with-sysvinit-path=/etc/rc.d/init.d \
+        --with-rc-local-script-path-start=/etc/rc.d/rc.local
 /usr/bin/make %{?_smp_mflags} V=1
 
 %install


More information about the scm-commits mailing list