diff options
author | David Kaspar [Dee'Kej] <dkaspar@redhat.com> | 2018-05-18 17:27:54 +0200 |
---|---|---|
committer | David Kaspar [Dee'Kej] <dkaspar@redhat.com> | 2018-05-30 14:33:04 +0200 |
commit | dd0ded99ccc12aebe1372e04771711bf993182b9 (patch) | |
tree | 0b7e31e8fe6beb0ea5fbef5d1adc7df41c77c9a8 | |
parent | 023b56d02bc93e9cf5aff0efcf73a30b7d7780f1 (diff) | |
download | initscripts-dd0ded99ccc12aebe1372e04771711bf993182b9.tar initscripts-dd0ded99ccc12aebe1372e04771711bf993182b9.tar.gz initscripts-dd0ded99ccc12aebe1372e04771711bf993182b9.tar.bz2 initscripts-dd0ded99ccc12aebe1372e04771711bf993182b9.tar.xz initscripts-dd0ded99ccc12aebe1372e04771711bf993182b9.zip |
src/sushell moved into 'policycoreutils' package
It has been agreed that maintainers of 'policycoreutils' will either
accept the pull-request, or they will close it if the sushell is no
longer needed...
-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 |