]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Broke build.
authorWilliam King <william.king@quentustech.com>
Tue, 21 Jul 2015 20:32:35 +0000 (13:32 -0700)
committerWilliam King <william.king@quentustech.com>
Tue, 21 Jul 2015 20:32:35 +0000 (13:32 -0700)
Revert "FS-7130 make /run/freeswitch persistent, so it will start under systemd"

This reverts commit bdfb8363f57ce2e32103cc2fc954f2ec8852fdd9.

debian/freeswitch-systemd.freeswitch.conf [deleted file]
debian/freeswitch-systemd.install
debian/rules

diff --git a/debian/freeswitch-systemd.freeswitch.conf b/debian/freeswitch-systemd.freeswitch.conf
deleted file mode 100644 (file)
index a94293a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-d /run/freeswitch 0755  freeswitch freeswitch -
\ No newline at end of file
index b554d1b2bd76e13f66b80dde0be9f1f951dc769f..d647282ecd154513e147754d5dd8e9ba69a289d8 100644 (file)
@@ -1,2 +1 @@
 /lib/systemd/system/freeswitch.service
-/usr/lib/tmpfiles.d/freeswitch.conf
index 705dc19f9acd8c9b103561cb95057a6c151ec32d..67cf9e470c1480c74964edb8ed749b6a8f78c2a5 100755 (executable)
@@ -98,8 +98,6 @@ override_dh_auto_install:
        dh_auto_install
        mkdir -p debian/tmp/lib/systemd/system
        install -m0644 debian/freeswitch-systemd.freeswitch.service debian/tmp/lib/systemd/system/freeswitch.service
-       mkdir -p debian/tmp/usr/lib/tmpfiles.d
-       install -m0644 debian/freeswitch-systemd.freeswitch.conf debian/usr/lib/tmpfiles.d/freeswitch.conf
        rm -f debian/tmp/usr/share/freeswitch/grammar/model/communicator/COPYING
 
 override_dh_installinit: