diff options
-rw-r--r-- | initscripts.spec | 1 | ||||
-rw-r--r-- | man/sushell.8 | 16 | ||||
-rwxr-xr-x | usr/sbin/sushell | 5 |
3 files changed, 0 insertions, 22 deletions
diff --git a/initscripts.spec b/initscripts.spec index 96c12c82..2734c808 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -210,7 +210,6 @@ fi %{_sbindir}/consoletype %{_sbindir}/genhostid %{_sbindir}/service -%{_sbindir}/sushell %ghost %{_sbindir}/ifup %ghost %{_sbindir}/ifdown diff --git a/man/sushell.8 b/man/sushell.8 deleted file mode 100644 index 9832a732..00000000 --- a/man/sushell.8 +++ /dev/null @@ -1,16 +0,0 @@ -.TH SUSHELL 8 "Red Hat, Inc" \" -*- nroff -*- -.SH NAME -sushell \- execute the single-user shell -.SH SYNOPSIS -.B sushell -.SH DESCRIPTION -.B sushell -executes the single-user shell. By default, this is -\fI/bin/bash\fP -This can be configured via the -.B SUSHELL -environment variable. -.SH NOTES -.B sushell -is an implementation detail, required for proper SELinux -usage. It is not intended to be run regularly. diff --git a/usr/sbin/sushell b/usr/sbin/sushell deleted file mode 100755 index 7d969416..00000000 --- a/usr/sbin/sushell +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -[ -z "$SUSHELL" ] && SUSHELL=/bin/bash - -exec $SUSHELL |