Skip to content

Commit

Permalink
Fix: Erase all forgotten stuff from grml-config-user
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Rekkenbeil <bionix@grml.org>
  • Loading branch information
Markus Rekkenbeil authored and Markus Rekkenbeil committed Sep 12, 2013
1 parent c9562bf commit 83d0f18
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion debian/rules
Expand Up @@ -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 \
Expand Down
2 changes: 0 additions & 2 deletions manpages/grml-scripts.1
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions usr_sbin/grml-config
Expand Up @@ -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=$?
Expand All @@ -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
Expand Down

0 comments on commit 83d0f18

Please sign in to comment.