[Pkg-voip-commits] r9904 - in /yate/trunk/debian: changelog yate.postinst

dekkers-guest at alioth.debian.org dekkers-guest at alioth.debian.org
Tue Jul 10 16:02:15 UTC 2012


Author: dekkers-guest
Date: Tue Jul 10 16:02:14 2012
New Revision: 9904

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9904
Log:
* Add yate user to dialout group so it can use DAHDI devices

Modified:
    yate/trunk/debian/changelog
    yate/trunk/debian/yate.postinst

Modified: yate/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/changelog?rev=9904&op=diff
==============================================================================
--- yate/trunk/debian/changelog (original)
+++ yate/trunk/debian/changelog Tue Jul 10 16:02:14 2012
@@ -8,12 +8,13 @@
     - Fix "unowned files after purge" (Closes: #527900)
   * Run yate as the yate user, set cap_sys_nice so it can still run
     threads with higher priority (Closes: #469729)
+  * Add yate user to dialout group so it can use DAHDI devices
   * Add logrotate file (Closes: #503624)
   * Remove libh323 build-dependency and yate-h323chan package as h323 has
     been disabled (Closes: #680818)
   * Update Standards-Version to 3.9.3
 
- -- Jeroen Dekkers <jeroen at dekkers.ch>  Mon, 09 Jul 2012 17:24:00 +0200
+ -- Jeroen Dekkers <jeroen at dekkers.ch>  Tue, 10 Jul 2012 18:01:07 +0200
 
 yate (4.1.0-1~dfsg-2) unstable; urgency=low
 

Modified: yate/trunk/debian/yate.postinst
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/yate.postinst?rev=9904&op=diff
==============================================================================
--- yate/trunk/debian/yate.postinst (original)
+++ yate/trunk/debian/yate.postinst Tue Jul 10 16:02:14 2012
@@ -13,6 +13,7 @@
 	    adduser --system --ingroup yate --home /var/lib/yate \
 		--gecos "YATE daemon" --shell /bin/sh \
 		--disabled-password yate
+	    adduser yate dialout
 	fi
 
 	mkdir -p /var/lib/yate




More information about the Pkg-voip-commits mailing list