summaryrefslogtreecommitdiff
path: root/x11/gdm/files/patch-configure
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-08 02:06:28 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-08 02:06:28 +0000
commit4060c72851adbb5029c99b493e9abc122b4495da (patch)
tree3c895d29857eb608474f3c5cf2544d762361e40f /x11/gdm/files/patch-configure
parentCheck OSVERSION to set appropriate default CD-ROM device name. (diff)
Update to 2.6.0.8.
Notes
Notes: svn path=/head/; revision=130577
Diffstat (limited to 'x11/gdm/files/patch-configure')
-rw-r--r--x11/gdm/files/patch-configure19
1 files changed, 16 insertions, 3 deletions
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"