summaryrefslogtreecommitdiff
path: root/x11/slim
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-03-16 15:46:14 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-03-16 15:46:14 +0000
commit7d794ef3f398ebf7e05e51b3ff74bbb1c192bedb (patch)
tree20e0b6a48340630d923794e06f3f7a010b8d1975 /x11/slim
parentDo not force dependency on shells/bash2. (diff)
- Correct path to login(1)
- Bump PORTREVISION - Remove deprecated USE_REINPLACE PR: 94515, 94540 Notified by: Laszlo Karoly Submitted by: Tobias Roth <ports@fsck.ch> (maintainer)
Notes
Notes: svn path=/head/; revision=157431
Diffstat (limited to 'x11/slim')
-rw-r--r--x11/slim/Makefile2
-rw-r--r--x11/slim/files/patch-slim.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/slim/Makefile b/x11/slim/Makefile
index 1291c8aee525..848d90e10b36 100644
--- a/x11/slim/Makefile
+++ b/x11/slim/Makefile
@@ -7,6 +7,7 @@
PORTNAME= slim
PORTVERSION= 1.2.3
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://download.berlios.de/slim/ \
http://depot.fsck.ch/mirror/distfiles/
@@ -22,7 +23,6 @@ BUILD_DEPENDS= ${X11BASE}/include/X11/Xft/Xft.h:${PORTSDIR}/x11-fonts/libXft
USE_X_PREFIX= yes
USE_XLIB= yes
-USE_REINPLACE= yes
USE_RC_SUBR= slim.sh
MAN1= slim.1
diff --git a/x11/slim/files/patch-slim.conf b/x11/slim/files/patch-slim.conf
index 7db10834955a..f2eab9b611de 100644
--- a/x11/slim/files/patch-slim.conf
+++ b/x11/slim/files/patch-slim.conf
@@ -15,7 +15,7 @@
reboot_cmd /sbin/shutdown -r now
-console_cmd /usr/X11R6/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
-+console_cmd /usr/X11R6/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/motd; exec /bin/login"
++console_cmd /usr/X11R6/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/motd; exec /usr/bin/login"
+suspend_cmd /usr/sbin/acpiconf -s 3
# This command is executed after a succesful login.