summarylogtreecommitdiffstats
path: root/xlsh.install
diff options
context:
space:
mode:
authorOlivier Brunel2014-11-17 15:15:12 +0100
committerOlivier Brunel2015-06-08 19:26:10 +0200
commit63c15cbc85b0a37751daa70bb9da655676ed71d4 (patch)
tree08023e0965c3ced7e7a61267cf3e3afa5edb094d /xlsh.install
parente934eb506f9f0fdbad50695cd63c1400d8bbcdc0 (diff)
downloadaur-63c15cbc85b0a37751daa70bb9da655676ed71d4.tar.gz
xlsh-without-x: Tweak PKGBUILD and add some patches
Refresh things a bit in the PKGBUILD, I've now forked xlsh and maintain my changes in a git repo; so we'll use the patches from there instead of one big "patch" file. Also adding patches that: - don't block signals, as this caused issues (e.g. w/ systemd on shutdown) - set up environment from PAM, so we get variables set from pam_env or logind Signed-off-by: Olivier Brunel <jjk@jjacky.com>
Diffstat (limited to 'xlsh.install')
-rw-r--r--xlsh.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/xlsh.install b/xlsh.install
deleted file mode 100644
index c8dc33318b19..000000000000
--- a/xlsh.install
+++ /dev/null
@@ -1,19 +0,0 @@
-# xlsh post-install info
-post_install() {
- cat <<EOF
-
-To use xlsh as /bin/login replacement edit /etc/inittab file and replace
-your usual agetty invocations with:
-
-c1:2345:respawn:/sbin/agetty -8 -s 38400 -n -l /usr/sbin/xlsh tty1 linux
-c2:2345:respawn:/sbin/agetty -8 -s 38400 -n -l /usr/sbin/xlsh tty2 linux
-c3:2345:respawn:/sbin/agetty -8 -s 38400 -n -l /usr/sbin/xlsh tty3 linux
-c4:2345:respawn:/sbin/agetty -8 -s 38400 -n -l /usr/sbin/xlsh tty4 linux
-c5:2345:respawn:/sbin/agetty -8 -s 38400 -n -l /usr/sbin/xlsh tty5 linux
-c6:2345:respawn:/sbin/agetty -8 -s 38400 -n -l /usr/sbin/xlsh tty6 linux
-
-For more information see:
- https://github.com/Nadrin/xlsh/wiki/Arch-Installation
-
-EOF
-}