1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- 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)
This commit is contained in:
Emanuel Haupt 2006-03-16 15:46:14 +00:00
parent 5c4303a48f
commit 7d794ef3f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157431
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.