12 lines
338 B
Text
12 lines
338 B
Text
|
--- scripts/ogle.in.orig Sun Apr 11 11:06:44 2010
|
||
|
+++ scripts/ogle.in Sun Apr 11 11:07:15 2010
|
||
|
@@ -5,7 +5,7 @@ create_pipe() {
|
||
|
if [ ! -p $1 ]; then
|
||
|
rm -f $1;
|
||
|
# So any other user can start the program / rm the pipes
|
||
|
- mkfifo $1; chmod 666 $1;
|
||
|
+ /sbin/mkfifo $1; chmod 666 $1;
|
||
|
fi
|
||
|
# chgrp dvd $1;
|
||
|
}
|