]> git.pld-linux.org Git - packages/wicd.git/commitdiff
- rel 2; set proper pidfile for rc-scripts - stop/restart works as needed
authorBartłomiej Zimoń <cactus@pld-linux.org>
Sun, 8 Feb 2009 21:04:34 +0000 (21:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wicd.spec -> 1.23

wicd.spec

index 5b9fe89f986f88ec26dd5d770b3c9e2fa20cec58..a1a2e68b833b70b66bb821a6231c9a75d67d8cfe 100644 (file)
--- a/wicd.spec
+++ b/wicd.spec
@@ -4,7 +4,7 @@ Summary:        wired and wireless network manager
 Summary(pl.UTF-8):     Zarządca sieci przewodowych i bezprzewodowych
 Name:          wicd
 Version:       1.5.8
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         X11/Applications
 Source0:       http://dl.sourceforge.net/wicd/%{name}-%{version}.tar.gz
@@ -36,7 +36,8 @@ różnorakimi opcjami.
 
 %prep
 %setup -q
-%{__python} setup.py configure
+%{__python} setup.py configure \
+       --pidfile /var/run/wicd.pid
 
 %build
 %{__python} setup.py build
This page took 0.06868 seconds and 4 git commands to generate.