This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 83d0f18 authored and committed Sep 12, 2013
1 parent c9562bf commit 83d0f18 Copy full SHA for 83d0f18
File tree 3 files changed +0
-7
lines changed
3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ binary-arch: build install
66
66
/usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/grepedit.1.gz \
67
67
/usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/grml-config.1.gz \
68
68
/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 \
70
69
/usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/grml-hostname.1.gz \
71
70
/usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/grml-info.1.gz \
72
71
/usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/grml-init.1.gz \
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ grep for pattern and cut it
22
22
.SS grml-bind
23
23
make a readonly-file writable (not necessary when using
24
24
unionfs)
25
- .SS grml-config-user
26
- Configuration interface for user tasks on the Grml system.
27
25
.SS grml-hwinfo
28
26
collect hardware information and write it to info.tar.bz2
29
27
.SS grml-info
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ http://www.grml.org/ - contact (at) grml.org
27
27
28
28
" 13 65 3 \
29
29
" root" " Admin scripts (needs root permissions)" \
30
- " user" " User scripts" \
31
30
" exit" " Exit this program" )
32
31
33
32
retval=$?
@@ -37,9 +36,6 @@ case $retval in
37
36
if [ " $MENU " = " root" ]; then
38
37
exec grml-config-root
39
38
fi
40
- if [ " $MENU " = " user" ]; then
41
- exec grml-config-user
42
- fi
43
39
if [ " $MENU " = " exit" ]; then
44
40
exit
45
41
fi
You can’t perform that action at this time.
0 commit comments