[Pkg-voip-commits] r3327 - in
asterisk/branches/experimental/debian: . patches
Mark Purcell
msp at alioth.debian.org
Sat Mar 24 19:31:57 CET 2007
Author: msp
Date: 2007-03-24 18:31:57 +0000 (Sat, 24 Mar 2007)
New Revision: 3327
Added:
asterisk/branches/experimental/debian/patches/astvarrundir.dpatch
Modified:
asterisk/branches/experimental/debian/changelog
asterisk/branches/experimental/debian/patches/00list
Log:
* Move ASTVARRUNDIR to /var/run/asterisk/
- PID & control files go in wrong place (Closes: #415799)
Modified: asterisk/branches/experimental/debian/changelog
===================================================================
--- asterisk/branches/experimental/debian/changelog 2007-03-24 18:24:26 UTC (rev 3326)
+++ asterisk/branches/experimental/debian/changelog 2007-03-24 18:31:57 UTC (rev 3327)
@@ -15,8 +15,10 @@
* debian/asterisk.init:
- create /var/run/ directory if necessary and set proper permissions
* Move dh_installinit to architecture dependant
+ * Move ASTVARRUNDIR to /var/run/asterisk/
+ - PID & control files go in wrong place (Closes: #415799)
- -- Mark Purcell <msp at debian.org> Sat, 24 Mar 2007 17:59:26 +0000
+ -- Mark Purcell <msp at debian.org> Sat, 24 Mar 2007 18:32:45 +0000
asterisk (1:1.4.2~dfsg-1) experimental; urgency=low
Modified: asterisk/branches/experimental/debian/patches/00list
===================================================================
--- asterisk/branches/experimental/debian/patches/00list 2007-03-24 18:24:26 UTC (rev 3326)
+++ asterisk/branches/experimental/debian/patches/00list 2007-03-24 18:31:57 UTC (rev 3327)
@@ -1,3 +1,4 @@
+astvarrundir.dpatch
#ukcid
#50_debian-libgsm.dpatch
#95_conf_sample.dpatch
Added: asterisk/branches/experimental/debian/patches/astvarrundir.dpatch
===================================================================
--- asterisk/branches/experimental/debian/patches/astvarrundir.dpatch 2007-03-24 18:24:26 UTC (rev 3326)
+++ asterisk/branches/experimental/debian/patches/astvarrundir.dpatch 2007-03-24 18:31:57 UTC (rev 3327)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## varrundir.dpatch by Mark Purcell <msp at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Move ASTVARRUNDIR to /var/run/asterisk/
+
+ at DPATCH@
+diff -urNad asterisk-1.4.2~dfsg~/Makefile asterisk-1.4.2~dfsg/Makefile
+--- asterisk-1.4.2~dfsg~/Makefile 2007-03-16 01:41:00.000000000 +0000
++++ asterisk-1.4.2~dfsg/Makefile 2007-03-24 18:28:56.000000000 +0000
+@@ -113,7 +113,7 @@
+ ASTSBINDIR=$(sbindir)
+ ASTSPOOLDIR=$(localstatedir)/spool/asterisk
+ ASTLOGDIR=$(localstatedir)/log/asterisk
+- ASTVARRUNDIR=$(localstatedir)/run
++ ASTVARRUNDIR=$(localstatedir)/run/asterisk
+ ASTMANDIR=$(mandir)
+ ifeq ($(OSARCH),FreeBSD)
+ ASTVARLIBDIR=$(prefix)/share/asterisk
Property changes on: asterisk/branches/experimental/debian/patches/astvarrundir.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-voip-commits
mailing list