aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/rman/contrib/sco-wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/extras/rman/contrib/sco-wrapper.sh')
-rw-r--r--nx-X11/extras/rman/contrib/sco-wrapper.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/nx-X11/extras/rman/contrib/sco-wrapper.sh b/nx-X11/extras/rman/contrib/sco-wrapper.sh
new file mode 100644
index 000000000..95d7610ed
--- /dev/null
+++ b/nx-X11/extras/rman/contrib/sco-wrapper.sh
@@ -0,0 +1,6 @@
+#
+REALRMAN=/usr/local/bin/rman.real
+VOLLISTFILE=/etc/default/man
+
+VOLLIST=`grep '^ORDER' $VOLLISTFILE | cut -f2 -d=`
+exec $REALRMAN -V "=$VOLLIST" $*