source: trunk/debathena/debathena/xlock/debian/xlock @ 23210

Revision 23210, 205 bytes checked in by rbasch, 16 years ago (diff)
Add the debathena-xlock package, containing the xlock script which tells the running screensaver to lock the screen immediately.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3# This script tells the running gnome-screensaver process to lock the
4# screen immediately.  It is provided for compatibility with previous
5# Athena releases.
6
7exec gnome-screensaver-command -l
Note: See TracBrowser for help on using the repository browser.