aboutsummaryrefslogtreecommitdiff
path: root/textproc/refdb/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-20 09:24:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-20 09:24:04 +0000
commit86b69b7fe708fe08b96347c80332a53bca8cea28 (patch)
tree6e3bb0bc99c0b0169540cc45147a55c93ff6be4e /textproc/refdb/files
parent3fc7d32932f4853e01e568e50213571636b9ec3d (diff)
downloadports-86b69b7fe708fe08b96347c80332a53bca8cea28.tar.gz
ports-86b69b7fe708fe08b96347c80332a53bca8cea28.zip
RefDB is a client-server database system for storing, retrieving and
formatting bibliographic references. It is a front-end for an SQL database backend---either SQLite, MySQL, or PostgreSQL. PR: ports/81251 Submitted by: Paul A. Hoadley <paulh@logicsquad.net>
Notes
Notes: svn path=/head/; revision=135682
Diffstat (limited to 'textproc/refdb/files')
-rw-r--r--textproc/refdb/files/patch-scripts-refdb19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/refdb/files/patch-scripts-refdb b/textproc/refdb/files/patch-scripts-refdb
new file mode 100644
index 000000000000..7ac4ff1d40cd
--- /dev/null
+++ b/textproc/refdb/files/patch-scripts-refdb
@@ -0,0 +1,19 @@
+*** scripts/refdb.orig Sat Apr 30 16:45:49 2005
+--- scripts/refdb Sat Apr 30 16:46:18 2005
+***************
+*** 43,49 ****
+ # set to 'YES' if the OS uses a BSD-style daemon startup system (this is
+ # true for BSD-UNIX and Unices derived thereof, as well as for the
+ # Slackware Linux distribution)
+! BSDSTYLE=NO
+
+ # don't get interrupted
+ trap "" 1
+--- 43,49 ----
+ # set to 'YES' if the OS uses a BSD-style daemon startup system (this is
+ # true for BSD-UNIX and Unices derived thereof, as well as for the
+ # Slackware Linux distribution)
+! BSDSTYLE=YES
+
+ # don't get interrupted
+ trap "" 1