]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- more configuration options set
authorshadzik <shadzik@pld-linux.org>
Thu, 25 Nov 2010 13:13:19 +0000 (13:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- distro is other for now, we can later send our configs upstream

Changed files:
    systemd.spec -> 1.4

systemd.spec

index 87a63b2366e3bb87575eac2f40ffccfefbefa1de..d2ea03041f9e7c06e94c7bfcf483e868306f6cc1 100644 (file)
@@ -67,8 +67,12 @@ sysvinit.
 %{__autoconf}
 %{__automake}
 %configure \
-       --with-distro="PLD Linux" \
-       --%{?with_gtk:en}%{!?with_gtk:dis}able-gtk
+       --with-distro=other \
+       --%{?with_gtk:en}%{!?with_gtk:dis}able-gtk \
+       --with-syslog-service=syslog-ng \
+       --with-sysvinit-path=/etc/rc.d/init.d \
+       --with-sysvrcd-path=/etc/rc.d
+
 %{__make}
 
 %install
This page took 0.031407 seconds and 4 git commands to generate.