Encountered a problem with GNOME gdm

आशीष शुक्ल Ashish Shukla wahjava.ml at gmail.com
Fri Jan 18 12:53:48 PST 2008


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/
·-- ·- ···· ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --


More information about the freebsd-ports mailing list