summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-08-14 08:07:41 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-08-14 08:07:41 +0200
commit43565e3d8f948e371d4bf952495dd69a6710e8f6 (patch)
tree5107dca062ea10148884759c7f3180c4307df98b
parent3374f0715d496a93b1bda3f767c3100926e6c9c1 (diff)
downloaditzks-systems-43565e3d8f948e371d4bf952495dd69a6710e8f6.tar.gz
itzks-systems-43565e3d8f948e371d4bf952495dd69a6710e8f6.tar.bz2
itzks-systems-43565e3d8f948e371d4bf952495dd69a6710e8f6.zip
/debian/itzks-systems-disklserver.install, sbin/diskless-workstation-shell: Move diskless-workstation-shell script into src folder (source package).
-rw-r--r--debian/changelog7
-rw-r--r--debian/itzks-systems-disklserver.install2
-rwxr-xr-xsbin/diskless-workstation-shell (renamed from bin/diskless-workstation-shell)12
3 files changed, 8 insertions, 13 deletions
diff --git a/debian/changelog b/debian/changelog
index 6583cfa..51c7e3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+itzks-systems (2012.08.09.6) UNRELEASED; urgency=low
+
+ * /debian/itzks-systems-disklserver.install, sbin/diskless-workstation-shell:
+ + Move diskless-workstation-shell script into src folder (source package).
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 14 Aug 2012 08:06:56 +0200
+
itzks-systems (2012.08.09.5) squeeze-backports; urgency=low
* /debian/itzks-systems-mainserver.install:
diff --git a/debian/itzks-systems-disklserver.install b/debian/itzks-systems-disklserver.install
index 3415af5..02fa728 100644
--- a/debian/itzks-systems-disklserver.install
+++ b/debian/itzks-systems-disklserver.install
@@ -1 +1 @@
-bin/diskless-workstation-shell usr/sbin/
+sbin/diskless-workstation-shell usr/sbin/
diff --git a/bin/diskless-workstation-shell b/sbin/diskless-workstation-shell
index 296ab27..627e96d 100755
--- a/bin/diskless-workstation-shell
+++ b/sbin/diskless-workstation-shell
@@ -52,21 +52,9 @@ echo
echo "To return from this chroot shell hit STRG+D or type ,,exit'' on the"
echo 'command line...'
echo
-echo 'Note: Service restarts have been disabled in Diskless Workstation chroot'
-echo 'during maintenance work.'
-echo
-
-# disable service restarts
-#test -e /sbin/start-stop-daemon.keep || mv /sbin/start-stop-daemon /sbin/start-stop-daemon.keep
-#echo '#!/bin/sh' > /sbin/start-stop-daemon
-#echo 'exit 0' >> /sbin/start-stop-daemon
-#chmod +x /sbin/start-stop-daemon
/bin/$DLW_SHELL
-# restore start-stop-daemon
-#[ \$(stat --format '%s' /sbin/start-stop-daemon) -lt 200 ] && mv /sbin/start-stop-daemon.keep /sbin/start-stop-daemon
-
umount -l /proc &> /dev/null
umount -l /dev/pts &> /dev/null