From dd0ded99ccc12aebe1372e04771711bf993182b9 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Fri, 18 May 2018 17:27:54 +0200 Subject: 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... --- initscripts.spec | 1 - man/sushell.8 | 16 ---------------- usr/sbin/sushell | 5 ----- 3 files changed, 22 deletions(-) delete mode 100644 man/sushell.8 delete mode 100755 usr/sbin/sushell 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 -- cgit v1.2.1