Fix: Erase all forgotten stuff from grml-config-user [Closes: issue1272]
authorMarkus Rekkenbeil <markus@bionix-it.de>
Thu, 12 Sep 2013 18:40:37 +0000 (20:40 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 13 Sep 2013 08:18:24 +0000 (10:18 +0200)
Signed-off-by: Markus Rekkenbeil <bionix@grml.org>
debian/rules
manpages/grml-scripts.1
usr_sbin/grml-config

index c9bcc44..bba8a48 100755 (executable)
@@ -66,7 +66,6 @@ binary-arch: build install
                /usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/grepedit.1.gz \
                /usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/grml-config.1.gz \
                /usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/grml-config-root.1.gz \
-               /usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/grml-config-user.1.gz \
                /usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/grml-hostname.1.gz \
                /usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/grml-info.1.gz \
                /usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/grml-init.1.gz \
index 05e03e7..844d6a0 100644 (file)
@@ -22,8 +22,6 @@ grep for pattern and cut it
 .SS grml-bind
 make a readonly-file writable (not necessary when using
 unionfs)
-.SS grml-config-user
-Configuration interface for user tasks on the Grml system.
 .SS grml-hwinfo
 collect hardware information and write it to info.tar.bz2
 .SS grml-info
index be216f3..d6a5e32 100755 (executable)
@@ -27,7 +27,6 @@ http://www.grml.org/ - contact (at) grml.org
 
 " 13 65 3 \
 "root" "Admin scripts (needs root permissions)" \
-"user" "User scripts" \
 "exit" "Exit this program")
 
 retval=$?
@@ -37,9 +36,6 @@ case $retval in
         if [ "$MENU" = "root" ]; then
           exec grml-config-root
         fi
-        if [ "$MENU" = "user" ]; then
-          exec grml-config-user
-        fi
         if [ "$MENU" = "exit" ]; then
           exit
         fi