summaryrefslogtreecommitdiffstats
path: root/databases/msql/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'databases/msql/files/patch-ab')
-rw-r--r--databases/msql/files/patch-ab10
1 files changed, 6 insertions, 4 deletions
diff --git a/databases/msql/files/patch-ab b/databases/msql/files/patch-ab
index d2604d3..09e6675 100644
--- a/databases/msql/files/patch-ab
+++ b/databases/msql/files/patch-ab
@@ -1,6 +1,6 @@
---- scripts/run_daemon.orig Mon Dec 16 03:44:22 1996
-+++ scripts/run_daemon Sun Dec 22 15:54:18 1996
-@@ -9,23 +9,25 @@
+--- scripts/run_daemon.orig Thu Aug 19 07:33:07 1999
++++ scripts/run_daemon Sat Jan 27 11:08:59 2001
+@@ -9,24 +9,26 @@
#
# bambi@Bond.edu.au
@@ -29,10 +29,12 @@
while :
do
- cd ${INST_DIR}/debug/${PROG}
+- ${INST_DIR}/bin/${PROG} > output 2>&1
+ cd /tmp/debug/${PROG}
- ${INST_DIR}/bin/${PROG} > output 2>&1
++ ${INST_DIR}/sbin/${PROG} > output 2>&1
echo "Program : ${PROG}
Time : `date`
+ Program Output
@@ -34,6 +36,6 @@
" > mail.tmp
OpenPOWER on IntegriCloud