Package: gdm3
Version: 2.30.5-6
Tags: patch

Hello,

the gdm3 script /etc/gdm3/Init/Default expects grep to be in /usr/bin
where it quite surely isn't on Debian machines.

Patch attached.


regards
   Mario
-- 
[mod_nessus for iauth]
<delta> "scanning your system...found depreciated OS...found
        hole...installing new OS...please reboot and reconnect now"
--- /etc/gdm3/Init/Default.orig	2010-10-06 00:58:48.000000000 +0200
+++ /tmp/Default	2010-12-20 22:15:56.981612559 +0100
@@ -48,7 +48,7 @@
   UNAME=`gdmwhich uname`
   PROCESSOR=`$UNAME -p`
   if [ "x$PROCESSOR" = "xsparc" ]; then
-    if $XMODMAP | /usr/bin/grep mod4 | /usr/bin/grep Alt > /dev/null 2>/dev/null
+    if $XMODMAP | grep mod4 | grep Alt > /dev/null 2>/dev/null
     then
       $XMODMAP -e "clear Mod1" \
                -e "clear Mod4" \

Attachment: signature.asc
Description: Digital signature

Reply via email to