From ce7df72cdd69a81e98818a654c38a2fc648a561a Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Fri, 10 Feb 2012 12:55:09 +1300 Subject: [PATCH] Bug 7238 - make packages deal with SIP config This moves the SIP config to the templates directory (on package building) in anticipation of making it configurable with package tools. Prevents it being installed into /etc. --- debian/templates/SIPconfig.xml | 84 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 84 insertions(+), 0 deletions(-) create mode 100644 debian/templates/SIPconfig.xml diff --git a/debian/templates/SIPconfig.xml b/debian/templates/SIPconfig.xml new file mode 100644 index 0000000..f229b9a --- /dev/null +++ b/debian/templates/SIPconfig.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 1.7.5.4