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, 0 insertions, 6 deletions
diff --git a/nx-X11/extras/rman/contrib/sco-wrapper.sh b/nx-X11/extras/rman/contrib/sco-wrapper.sh
deleted file mode 100644
index 95d7610ed..000000000
--- a/nx-X11/extras/rman/contrib/sco-wrapper.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#
-REALRMAN=/usr/local/bin/rman.real
-VOLLISTFILE=/etc/default/man
-
-VOLLIST=`grep '^ORDER' $VOLLISTFILE | cut -f2 -d=`
-exec $REALRMAN -V "=$VOLLIST" $*