[Patches] [PATCH] Bug 7238 : Shifting SIPconfig.xml to the etc dir and the
koha-patchbot at kohaaloha.com
koha-patchbot at kohaaloha.com
Sun Jan 1 18:40:02 NZDT 2012
From: Chris Cormack <chrisc at catalyst.net.nz>
Date: Thu, 17 Nov 2011 13:17:01 +1300
Subject: [PATCH] Bug 7238 : Shifting SIPconfig.xml to the etc dir and the
scripts to misc/bin
Content-Type: text/plain; charset="utf-8"
Signed-off-by: Liz Rea <wizzyrea at gmail.com>
The scripts run with the caveat that you must specify the path to SIPconfig.xml. The followup previously attached should take care of that issue.
---
{C4/SIP => etc}/SIPconfig.xml | 0
{C4/SIP => misc/bin}/sip_run.sh | 0
{C4/SIP => misc/bin}/sip_shutdown.sh | 0
3 files changed, 0 insertions(+), 0 deletions(-)
rename {C4/SIP => etc}/SIPconfig.xml (100%)
rename {C4/SIP => misc/bin}/sip_run.sh (100%)
rename {C4/SIP => misc/bin}/sip_shutdown.sh (100%)
diff --git a/C4/SIP/SIPconfig.xml b/etc/SIPconfig.xml
similarity index 100%
rename from C4/SIP/SIPconfig.xml
rename to etc/SIPconfig.xml
diff --git a/C4/SIP/sip_run.sh b/misc/bin/sip_run.sh
similarity index 100%
rename from C4/SIP/sip_run.sh
rename to misc/bin/sip_run.sh
diff --git a/C4/SIP/sip_shutdown.sh b/misc/bin/sip_shutdown.sh
similarity index 100%
rename from C4/SIP/sip_shutdown.sh
rename to misc/bin/sip_shutdown.sh
--
1.7.5.4
More information about the Patches
mailing list