diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-09-22 19:47:24 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-02 16:50:34 +0700 |
commit | 4e168a9f4dce52b835780927792adc6b69fa76d4 (patch) | |
tree | 68fc3d23b0307fd3b817ee769f5cf62470cd39ac /system/slim/slim.conf.patch | |
parent | b5b7a79881d0e022ba802f180208db01e13ae5d1 (diff) |
system/slim: Add PAM support, fix for gcc >= 11.x, cleanups.
Thanks gentoo and archlinux for most of the stuff
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/slim/slim.conf.patch')
-rw-r--r-- | system/slim/slim.conf.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/system/slim/slim.conf.patch b/system/slim/slim.conf.patch deleted file mode 100644 index 88d47513c196d..0000000000000 --- a/system/slim/slim.conf.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- slim.conf.orig 2014-08-07 21:04:23.591900466 -0700 -+++ slim.conf 2014-08-07 21:05:44.455894937 -0700 -@@ -9,6 +9,8 @@ - reboot_cmd /sbin/shutdown -r now - console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login" - #suspend_cmd /usr/sbin/suspend -+## slackware suspend command -+suspend_cmd /usr/sbin/pm-suspend - - # Full path to the xauth binary - xauth_path /usr/bin/xauth |