Searched refs:pipe (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/platform/solaris/smf/
H A Dsvc-opengrok29 pipe=/var/opengrok/.refresh.pipe
52 if [ ! -p "$pipe" ]; then
53 echo "FATAL: $pipe doesn't exist yet." >&2
57 echo > "$pipe"
H A Dogindexd89 pipe=/var/opengrok/.refresh.pipe
90 if [ ! -p "$pipe" ]; then
91 mkfifo "$pipe" || exit 1
101 done < "$pipe" 5> "$pipe"

Completed in 10 milliseconds