Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 83d0f18

Browse files
Markus RekkenbeilMarkus Rekkenbeil
Markus Rekkenbeil
authored and
Markus Rekkenbeil
committedSep 12, 2013
Fix: Erase all forgotten stuff from grml-config-user
Signed-off-by: Markus Rekkenbeil <bionix@grml.org>
1 parent c9562bf commit 83d0f18

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed
 

‎debian/rules

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ binary-arch: build install
6666
/usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/grepedit.1.gz \
6767
/usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/grml-config.1.gz \
6868
/usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/grml-config-root.1.gz \
69-
/usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/grml-config-user.1.gz \
7069
/usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/grml-hostname.1.gz \
7170
/usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/grml-info.1.gz \
7271
/usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/grml-init.1.gz \

‎manpages/grml-scripts.1

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ grep for pattern and cut it
2222
.SS grml-bind
2323
make a readonly-file writable (not necessary when using
2424
unionfs)
25-
.SS grml-config-user
26-
Configuration interface for user tasks on the Grml system.
2725
.SS grml-hwinfo
2826
collect hardware information and write it to info.tar.bz2
2927
.SS grml-info

‎usr_sbin/grml-config

-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ http://www.grml.org/ - contact (at) grml.org
2727
2828
" 13 65 3 \
2929
"root" "Admin scripts (needs root permissions)" \
30-
"user" "User scripts" \
3130
"exit" "Exit this program")
3231

3332
retval=$?
@@ -37,9 +36,6 @@ case $retval in
3736
if [ "$MENU" = "root" ]; then
3837
exec grml-config-root
3938
fi
40-
if [ "$MENU" = "user" ]; then
41-
exec grml-config-user
42-
fi
4339
if [ "$MENU" = "exit" ]; then
4440
exit
4541
fi

0 commit comments

Comments
 (0)
Please sign in to comment.