diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-05 14:10:30 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-05 14:10:30 +0100 |
commit | 12c4514ab0a0e20b69ae81d09e320a1737fdb265 (patch) | |
tree | a2284c742d35984cc86dcc0af9ae050f7a569a5a /recipes/gnome/gdm-2.28.0/gdm | |
parent | 2b0e95fd5d1a4610f4bdc5b929500472562f7b37 (diff) |
gdm: add tcp-wrappers to DEPENDS, fix typo in initscript
Diffstat (limited to 'recipes/gnome/gdm-2.28.0/gdm')
-rwxr-xr-x | recipes/gnome/gdm-2.28.0/gdm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnome/gdm-2.28.0/gdm b/recipes/gnome/gdm-2.28.0/gdm index 22ee7d461d..43eae95177 100755 --- a/recipes/gnome/gdm-2.28.0/gdm +++ b/recipes/gnome/gdm-2.28.0/gdm @@ -40,7 +40,7 @@ case "$1" in mkdir -m 01770 /var/log/gdm chown gdm:gdm /var/log/gdm - if [ -e /tmp/.ICE-unix \ ; then + if [ -e /tmp/.ICE-unix ] ; then rm -rf /tmp/.ICE-unix fi |