Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Mar 2006 22:27:49 +0100 (CET)
From:      Tobias Roth <ports@fsck.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/94515: [MAINTAINER] x11/slim: fix bug in config file
Message-ID:  <200603152127.k2FLRnVO069681@secure.socket.ch>
Resent-Message-ID: <200603161508.k2GF8T4L081775@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603152127.k2FLRnVO069681>