aboutsummaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorDavid Kaspar [Dee'Kej] <dkaspar@redhat.com>2018-05-18 17:27:54 +0200
committerDavid Kaspar [Dee'Kej] <dkaspar@redhat.com>2018-05-30 14:33:04 +0200
commitdd0ded99ccc12aebe1372e04771711bf993182b9 (patch)
tree0b7e31e8fe6beb0ea5fbef5d1adc7df41c77c9a8 /usr
parent023b56d02bc93e9cf5aff0efcf73a30b7d7780f1 (diff)
downloadinitscripts-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...
Diffstat (limited to 'usr')
-rwxr-xr-xusr/sbin/sushell5
1 files changed, 0 insertions, 5 deletions
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