diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-03-16 23:46:14 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-03-16 23:46:14 +0800 |
commit | 78755953a5ca0e36eef6af25b68748caea499a3e (patch) | |
tree | 768aec7fea77cf7b09cea76b7b46b8d20cda0e6a | |
parent | 7db4dcfe62cb874e2ea82a3730543ed3bc345fa2 (diff) | |
download | freebsd-ports-gnome-78755953a5ca0e36eef6af25b68748caea499a3e.tar.gz freebsd-ports-gnome-78755953a5ca0e36eef6af25b68748caea499a3e.tar.zst freebsd-ports-gnome-78755953a5ca0e36eef6af25b68748caea499a3e.zip |
- 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)
-rw-r--r-- | x11/slim/Makefile | 2 | ||||
-rw-r--r-- | x11/slim/files/patch-slim.conf | 2 |
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. |