source: proiecte/PPPP/gdm/utils/gdm-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: 203 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
8# exec the kill to get the correct return code
9echo "Not supported"
10
Note: See TracBrowser for help on using the repository browser.