[Pkg-voip-commits] r9912 - in /yate/trunk/debian: changelog yate.default yate.logrotate

dekkers-guest at alioth.debian.org dekkers-guest at alioth.debian.org
Wed Jul 11 15:02:25 UTC 2012


Author: dekkers-guest
Date: Wed Jul 11 15:02:24 2012
New Revision: 9912

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9912
Log:
* Rename logfile to /var/log/yate.log
* Fix pidfile and exit status of logrotate file

Modified:
    yate/trunk/debian/changelog
    yate/trunk/debian/yate.default
    yate/trunk/debian/yate.logrotate

Modified: yate/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/changelog?rev=9912&op=diff
==============================================================================
--- yate/trunk/debian/changelog (original)
+++ yate/trunk/debian/changelog Wed Jul 11 15:02:24 2012
@@ -10,12 +10,13 @@
     threads with higher priority (Closes: #469729)
   * Add yate user to dialout group so it can use DAHDI devices
   * Add logrotate file (Closes: #503624)
+  * Rename logfile to /var/log/yate.log
   * Remove libh323 build-dependency and yate-h323chan package as h323 has
     been disabled (Closes: #680818)
   * Update Standards-Version to 3.9.3
   * Put libyateqt4.so in the yate-qt4 package
 
- -- Jeroen Dekkers <jeroen at dekkers.ch>  Wed, 11 Jul 2012 03:16:16 +0200
+ -- Jeroen Dekkers <jeroen at dekkers.ch>  Wed, 11 Jul 2012 17:00:04 +0200
 
 yate (4.1.0-1~dfsg-2) unstable; urgency=low
 

Modified: yate/trunk/debian/yate.default
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/yate.default?rev=9912&op=diff
==============================================================================
--- yate/trunk/debian/yate.default (original)
+++ yate/trunk/debian/yate.default Wed Jul 11 15:02:24 2012
@@ -5,7 +5,7 @@
 NO_START=1
 
 # Additional options that are passed to the Daemon.
-DAEMON_OPTS="-d -rs -l /var/log/yate -Dfu -vvvv"
+DAEMON_OPTS="-d -rs -l /var/log/yate.log -Dfu -vvvv"
 YATE_USER="yate"
 YATE_GROUP="yate"
 # you might want to put less verbosity here..

Modified: yate/trunk/debian/yate.logrotate
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/yate.logrotate?rev=9912&op=diff
==============================================================================
--- yate/trunk/debian/yate.logrotate (original)
+++ yate/trunk/debian/yate.logrotate Wed Jul 11 15:02:24 2012
@@ -6,6 +6,6 @@
     compress
     create 640 yate yate
     postrotate
-	[ -f /var/run/yate/yate.pid ] && kill -HUP `cat /var/run/yate/yate.pid`
+	[ -f /var/run/yate.pid ] && kill -HUP `cat /var/run/yate.pid` || exit 0
     endscript
 }




More information about the Pkg-voip-commits mailing list