source: trunk/packs/glue/xlock.sh @ 20482

Revision 20482, 242 bytes checked in by ghudson, 21 years ago (diff)
Invoke xscreensaver with proper name.
Line 
1#!/bin/sh
2# $Id: xlock.sh,v 1.6 2004-05-16 21:29:05 ghudson Exp $
3
4if /usr/athena/bin/xscreensaver-command -version 2>/dev/null; then
5  exec /usr/athena/bin/xscreensaver-command -lock
6else
7  exec /usr/athena/bin/xscreensaver -start-locked
8fi
Note: See TracBrowser for help on using the repository browser.