]> git.pld-linux.org Git - packages/darkice.git/commitdiff
- rel 2; don't drop privs and use %ghost for logfile
authorMariusz Mazur <mmazur@pld-linux.org>
Sun, 7 Jan 2007 15:38:35 +0000 (15:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    darkice.spec -> 1.28

darkice.spec

index 029e79e789305e18abdc4c1c25920653a6332373..1c204df32ceabc1a0b5fb2882ed769314c94a7c1 100644 (file)
@@ -3,11 +3,12 @@
 # - add /etc/sysconfig/darkice with log level selection and maybe not dropping
 #   privs (so that realtime=yes could work)
 # - or some other way to keep realtime scheduling while not running as root
+# - add patch for dropping privs *after* turning on real-time scheduling
 Summary:       DarkIce live IceCast / ShoutCast streamer
 Summary(pl):   DarkIce - dostarczyciel strumieni IceCast/ShoutCast
 Name:          darkice
 Version:       0.17.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/darkice/%{name}-%{version}.tar.gz
@@ -116,4 +117,4 @@ fi
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man?/*
 %dir %attr(775,root,darkice) /var/run/darkice
-%attr(660,root,darkice) /var/log/darkice.log
+%attr(660,root,darkice) %ghost /var/log/darkice.log
This page took 0.089971 seconds and 4 git commands to generate.