$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;
 }
