From 4060c72851adbb5029c99b493e9abc122b4495da Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Tue, 8 Mar 2005 02:06:28 +0000 Subject: Update to 2.6.0.8. --- x11/gdm/files/patch-configure | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'x11/gdm/files/patch-configure') diff --git a/x11/gdm/files/patch-configure b/x11/gdm/files/patch-configure index cbbc44334163..7ffdc1457e6d 100644 --- a/x11/gdm/files/patch-configure +++ b/x11/gdm/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Sat Jun 28 18:15:07 2003 -+++ configure Sat Jun 28 18:15:08 2003 -@@ -20222,6 +20222,8 @@ +--- configure.orig Mon Mar 7 20:58:02 2005 ++++ configure Mon Mar 7 20:59:44 2005 +@@ -21643,6 +21643,8 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ @@ -9,3 +9,16 @@ $ac_includes_default int main () +@@ -28959,6 +28961,12 @@ + REBOOT_COMMAND="/sbin/init 6" + SUSPEND_COMMAND="/usr/openwin/bin/sys-suspend -n" + ;; ++*freebsd*) ++ GDM_USER_PATH="/bin:/usr/bin" ++ HALT_COMMAND="/sbin/shutdown -p now;/usr/sbin/shutdown -p now" ++ REBOOT_COMMAND="/sbin/shutdown -r now;/usr/sbin/shutdown -r now" ++ SUSPEND_COMMAND="/usr/sbin/zzz" ++ ;; + *) + GDM_USER_PATH="/bin:/usr/bin" + HALT_COMMAND="/usr/bin/poweroff;/sbin/poweroff;/sbin/shutdown -h now;/usr/sbin/shutdown -h now" -- cgit v1.2.3