From 2706049698b8bc7478aa252f5e3a4f394bad4e5e Mon Sep 17 00:00:00 2001 From: Markus Rekkenbeil Date: Thu, 12 Sep 2013 20:40:37 +0200 Subject: [PATCH] Fix: Erase all forgotten stuff from grml-config-user [Closes: issue1272] Signed-off-by: Markus Rekkenbeil --- debian/rules | 1 - manpages/grml-scripts.1 | 2 -- usr_sbin/grml-config | 4 ---- 3 files changed, 7 deletions(-) diff --git a/debian/rules b/debian/rules index c9bcc44..bba8a48 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \ diff --git a/manpages/grml-scripts.1 b/manpages/grml-scripts.1 index 05e03e7..844d6a0 100644 --- a/manpages/grml-scripts.1 +++ b/manpages/grml-scripts.1 @@ -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 diff --git a/usr_sbin/grml-config b/usr_sbin/grml-config index be216f3..d6a5e32 100755 --- a/usr_sbin/grml-config +++ b/usr_sbin/grml-config @@ -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 -- 2.1.4