source: proiecte/PPPP/gdm/utils/gdm-safe-restart.in @ 134

Last change on this file since 134 was 134, checked in by (none), 14 years ago

gdm sources with the modifications for webcam

  • Property svn:executable set to *
File size: 156 bytes
Line 
1#!/bin/sh
2
3PIDFILE=@GDM_PID_FILE@
4if test '!' -f $PIDFILE ; then
5        echo "$PIDFILE doesn't exist, perhaps GDM isn't running"
6        exit 1
7fi
8echo "Not supported"
9
Note: See TracBrowser for help on using the repository browser.