summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/50-copyscripts.inc
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-18 14:48:06 +0200
committerSimon Rettberg2015-09-18 14:48:06 +0200
commit02e5810d096779f2eec58c39406d573682526718 (patch)
tree375fdd27e7a03cbb6df6676dcb31ea4417275bf6 /satellit_installer/includes/50-copyscripts.inc
parent[SSPS] Revert giving dmsd an own group: Doesn't work with NFS (diff)
downloadsetup-scripts-02e5810d096779f2eec58c39406d573682526718.tar.gz
setup-scripts-02e5810d096779f2eec58c39406d573682526718.tar.xz
setup-scripts-02e5810d096779f2eec58c39406d573682526718.zip
[SSPS] Remove obsolete files
Diffstat (limited to 'satellit_installer/includes/50-copyscripts.inc')
-rw-r--r--satellit_installer/includes/50-copyscripts.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/satellit_installer/includes/50-copyscripts.inc b/satellit_installer/includes/50-copyscripts.inc
index 2b0745d..eca920e 100644
--- a/satellit_installer/includes/50-copyscripts.inc
+++ b/satellit_installer/includes/50-copyscripts.inc
@@ -12,16 +12,6 @@ install_config_static_ip() {
echo "ok."
}
-install_javadaemon() {
- cp -a "$BASEDIR/static_files/java-daemon.inc" "/opt/" || perror "Could not install java-daemon.inc"
-}
-
-install_pidtree() {
- mkdir -p "/usr/local/bin" 2>/dev/null # Just for being on the safe side
- cp -a "$BASEDIR/static_files/pidtree" "/usr/local/bin/" || perror "Could not install pidtree"
- chown root:root "/usr/local/bin/pidtree"
-}
-
install_slxlog() {
mkdir -p "/usr/local/bin"
cp -a "$BASEDIR/static_files/slxlog" "/usr/local/bin/" || perror "Could not install slxlog"