ports/94515: [MAINTAINER] x11/slim: fix bug in config file

Tobias Roth ports at fsck.ch
Thu Mar 16 15:08:31 UTC 2006


>Number:         94515
>Category:       ports
>Synopsis:       [MAINTAINER] x11/slim: fix bug in config file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 16 15:08:29 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Tobias Roth
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD localhost 6.0-STABLE FreeBSD 6.0-STABLE #15: Tue Jan 31 21:25:42 CET 2006     roth at localhost:/usr/obj/usr/src/sys/FOOBAR i386

>Description:
This corrects the path to login(1). Thanks to László Károly for
finding and reporting this.

No files added or removed.

>How-To-Repeat:
>Fix:
diff -ruN slim.orig/Makefile slim/Makefile
--- slim.orig/Makefile	Wed Mar 15 14:20:42 2006
+++ slim/Makefile	Wed Mar 15 14:25:37 2006
@@ -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 @@
 
 USE_X_PREFIX=	yes
 USE_XLIB=	yes
-USE_REINPLACE=	yes
 USE_RC_SUBR=	slim.sh
 
 MAN1=		slim.1
diff -ruN slim.orig/files/patch-slim.conf slim/files/patch-slim.conf
--- slim.orig/files/patch-slim.conf	Wed Mar 15 14:20:42 2006
+++ slim/files/patch-slim.conf	Wed Mar 15 14:21:57 2006
@@ -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.
>Release-Note:
>Audit-Trail:
>Unformatted:
 >class:		maintainer-update



More information about the freebsd-ports-bugs mailing list