removing unnecessary -$DISPLAY extension from pidfiles

This commit is contained in:
Anselm R. Garbe 2006-02-10 21:26:16 +01:00
parent f767ebcca8
commit 81d0daeae4
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
PATH=$OLD_PATH
OLD_PATH=()
wmiiwmpid=()
wmiircpid=()
apid=()
home=()
ifs=()

View File

@ -1,7 +1,7 @@
#!9PREFIX/bin/rc
# periodically print date and load average to the bar
PIDFILE=/tmp/ns.$USER.$DISPLAY/statuspid-$DISPLAY
PIDFILE=/tmp/ns.$USER.$DISPLAY/statuspid
fn xwrite { echo -n $2 | wmiir write $1 }

View File

@ -1,7 +1,7 @@
#!9PREFIX/bin/rc
# configure wmii
PIDFILE=/tmp/ns.$USER.$DISPLAY/wmiircpid-$DISPLAY
PIDFILE=/tmp/ns.$USER.$DISPLAY/wmiircpid
fn xwrite { echo -n $2 | wmiir write $1 }