Provide saner defaults for slim.conf, use sh -l instead of sh - to make it
read $HOME/.profile. Reported by Rodolfo Gouveia, thanks ! ok jasper@
This commit is contained in:
parent
982f8e7675
commit
977cad4e9d
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2007/10/25 09:30:13 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2007/12/30 10:46:49 landry Exp $
|
||||
|
||||
COMMENT= simple login manager
|
||||
|
||||
DISTNAME= slim-1.3.0
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
|
||||
CATEGORIES= x11
|
||||
HOMEPAGE= http://slim.berlios.de/
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-slim_conf,v 1.1.1.1 2007/10/24 23:32:00 landry Exp $
|
||||
$OpenBSD: patch-slim_conf,v 1.2 2007/12/30 10:46:49 landry Exp $
|
||||
--- slim.conf.orig Wed Oct 24 17:03:14 2007
|
||||
+++ slim.conf Wed Oct 24 17:06:03 2007
|
||||
@@ -1,13 +1,13 @@
|
||||
@ -26,7 +26,7 @@ $OpenBSD: patch-slim_conf,v 1.1.1.1 2007/10/24 23:32:00 landry Exp $
|
||||
# i.e. for freebsd use:
|
||||
-# login_cmd exec /bin/sh - ~/.xinitrc %session
|
||||
-login_cmd exec /bin/bash -login ~/.xinitrc %session
|
||||
+login_cmd exec /bin/sh - ~/.xinitrc %session
|
||||
+login_cmd exec /bin/sh -l ~/.xinitrc %session
|
||||
+# login_cmd exec /bin/bash -login ~/.xinitrc %session
|
||||
|
||||
# Commands executed when starting and exiting a session.
|
||||
|
Loading…
Reference in New Issue
Block a user