Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Mar 2006 07:15:16 GMT
From:      Tobias Roth <ports@fsck.ch>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/94540: [MAINTAINER] x11/slim: fix bug in config file
Message-ID:  <200603160715.k2G7FGWg040383@www.freebsd.org>
Resent-Message-ID: <200603161509.k2GF9Rac082172@freefall.freebsd.org>

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

>Number:         94540
>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:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 16 15:09:27 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Tobias Roth
>Release:        
>Organization:
>Environment:
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 Laszlo Karoly 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 "Consol            e 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 "Consol            e 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 "Consol            e 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:
 FreeBSD 6.0-STABLE i386 CET 2006     roth@localhost:/usr/obj/usr/src/sys/FOOBAR i386



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