summaryrefslogtreecommitdiff
path: root/x11/kdebase2
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-01-06 06:28:07 +0000
committerWill Andrews <will@FreeBSD.org>2002-01-06 06:28:07 +0000
commit48d5f0342cab721b5a21c607904abe6f888518d7 (patch)
tree841275f71a64de87d2d79688d3c71680469f938d /x11/kdebase2
parentFirst round of auto* cleanups: (diff)
Fix problem where KDM doesn't cause the login records to be updated when
a user logs in. This causes problems with software that checks for them, e.g. "at", "ktalkd", etc. Bump PORTREVISION. PR: 33602 Submitted by: Alan Eldridge <ports@geeksrus.net>
Notes
Notes: svn path=/head/; revision=52647
Diffstat (limited to 'x11/kdebase2')
-rw-r--r--x11/kdebase2/Makefile2
-rw-r--r--x11/kdebase2/files/patch-kdm::kfrontend::genkdmconf.c14
2 files changed, 10 insertions, 6 deletions
diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile
index 017ed4c05b81..fc841306aebc 100644
--- a/x11/kdebase2/Makefile
+++ b/x11/kdebase2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kdebase
PORTVERSION= 2.2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
diff --git a/x11/kdebase2/files/patch-kdm::kfrontend::genkdmconf.c b/x11/kdebase2/files/patch-kdm::kfrontend::genkdmconf.c
index 6aeac3d4433e..d520f23414ba 100644
--- a/x11/kdebase2/files/patch-kdm::kfrontend::genkdmconf.c
+++ b/x11/kdebase2/files/patch-kdm::kfrontend::genkdmconf.c
@@ -1,5 +1,5 @@
--- kdm/kfrontend/genkdmconf.c.orig Mon Nov 5 21:40:03 2001
-+++ kdm/kfrontend/genkdmconf.c Sun Dec 9 22:42:26 2001
++++ kdm/kfrontend/genkdmconf.c Sat Jan 5 23:49:40 2002
@@ -212,7 +212,7 @@
*/
@@ -9,20 +9,24 @@
# define HALT_CMD "/sbin/shutdown -h now"
# define REBOOT_CMD "/sbin/shutdown -r now"
# elif defined(__SVR4)
-@@ -1606,7 +1606,7 @@
+@@ -1605,8 +1605,8 @@
+ "chown $USER /dev/console\n"
#endif
"\n"
- "#exec sessreg -a -l $DISPLAY "
+-"#exec sessreg -a -l $DISPLAY "
-#ifdef BSD
++"exec sessreg -a -l $DISPLAY "
+#if defined(BSD) || defined(__FreeBSD__)
"-x " KDMCONF "/Xservers "
#endif
"$USER\n"
-@@ -1628,7 +1628,7 @@
+@@ -1627,8 +1627,8 @@
+ "chmod 622 /dev/console\n"
#endif
"\n"
- "#exec sessreg -d -l $DISPLAY "
+-"#exec sessreg -d -l $DISPLAY "
-#ifdef BSD
++"exec sessreg -d -l $DISPLAY "
+#if defined(BSD) || defined(__FreeBSD__)
"-x " KDMCONF "/Xservers "
#endif