45a3224363
as they're allowed to. requested by miod@
13 lines
408 B
Plaintext
13 lines
408 B
Plaintext
$OpenBSD: patch-scripts_ogle_in,v 1.1 2010/04/11 09:08:38 espie Exp $
|
|
--- 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;
|
|
}
|