summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config-svn/remove_service.sh
diff options
context:
space:
mode:
authorNathan Harris <nharris@eoimaging.com>2009-03-03 16:28:21 (GMT)
committerNathan Harris <nharris@eoimaging.com>2009-03-03 16:28:21 (GMT)
commit02ac0e14081290faebfd699fb4f5e61f726d38ef (patch)
tree5a0f724f9b9dfc0777d44562b55c40b9a5bf7b03 /abs/core-testing/LinHES-config-svn/remove_service.sh
parentee610efa09ba82977a5fac1e5b849577d13daa60 (diff)
downloadlinhes_pkgbuild-02ac0e14081290faebfd699fb4f5e61f726d38ef.zip
linhes_pkgbuild-02ac0e14081290faebfd699fb4f5e61f726d38ef.tar.gz
linhes_pkgbuild-02ac0e14081290faebfd699fb4f5e61f726d38ef.tar.bz2
changed --cpu to --arch in configure
Diffstat (limited to 'abs/core-testing/LinHES-config-svn/remove_service.sh')
-rwxr-xr-xabs/core-testing/LinHES-config-svn/remove_service.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/core-testing/LinHES-config-svn/remove_service.sh b/abs/core-testing/LinHES-config-svn/remove_service.sh
new file mode 100755
index 0000000..6cc4b4f
--- /dev/null
+++ b/abs/core-testing/LinHES-config-svn/remove_service.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+SERVICE_DIR=/var/service
+SCRIPT_DIR=/etc/sv
+if [ -e $SERVICE_DIR/$1 ]
+then
+ echo "removing"
+ rm $SERVICE_DIR/$1
+fi