Hi, I encountered a problem with gdm. The file "/usr/local/etc/gdm/Xsession" needs "/usr/local/bin/bash" for its execution, whereas "/bin/sh" is specified. Following is the patch which will fix this problem. Is this already reported as PR, hmm...?
----8<-----8<----- --- /usr/local/etc/gdm/Xsession~ 2008-01-17 01:17:04.000000000 +0530 +++ /usr/local/etc/gdm/Xsession 2008-01-18 23:55:39.000000000 +0530 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/local/bin/bash # # This is SORT OF LIKE an X session, but not quite. You get a command as the # first argument (it could be multiple words, so run it with "eval"). As a ---->8----->8----- TIA -- Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/ ·-- ·- ···· ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
_______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
