aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/refdb/files
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2006-01-19 20:56:10 +0800
committervs <vs@FreeBSD.org>2006-01-19 20:56:10 +0800
commit486dc525338a2d27c0bf1e931f4a2a04ff32b6fd (patch)
treee86d1bb65626f58ef9a8e29982c78cbe43bfdb6f /textproc/refdb/files
parent84368a3a04a0277e87793c257de911f6e1ee7340 (diff)
downloadfreebsd-ports-gnome-486dc525338a2d27c0bf1e931f4a2a04ff32b6fd.tar.gz
freebsd-ports-gnome-486dc525338a2d27c0bf1e931f4a2a04ff32b6fd.tar.zst
freebsd-ports-gnome-486dc525338a2d27c0bf1e931f4a2a04ff32b6fd.zip
Update to 0.9.6. Note that this update still doesn't solve the problems
raised by "partial" libdbi-installations (ie. disabled backends). PR: ports/89703 Submitted by: maintainer
Diffstat (limited to 'textproc/refdb/files')
-rw-r--r--textproc/refdb/files/patch-scripts-refdb16
1 files changed, 8 insertions, 8 deletions
diff --git a/textproc/refdb/files/patch-scripts-refdb b/textproc/refdb/files/patch-scripts-refdb
index 7ac4ff1d40cd..2d0d308fc002 100644
--- a/textproc/refdb/files/patch-scripts-refdb
+++ b/textproc/refdb/files/patch-scripts-refdb
@@ -1,18 +1,18 @@
-*** scripts/refdb.orig Sat Apr 30 16:45:49 2005
---- scripts/refdb Sat Apr 30 16:46:18 2005
+*** scripts/refdb.orig Thu Nov 10 12:29:22 2005
+--- scripts/refdb Thu Nov 10 12:29:40 2005
***************
-*** 43,49 ****
- # set to 'YES' if the OS uses a BSD-style daemon startup system (this is
+*** 45,51 ****
# true for BSD-UNIX and Unices derived thereof, as well as for the
- # Slackware Linux distribution)
+ # Slackware Linux distribution). This setting does not perform any black
+ # magic, but it makes the screen messages at startup match the OS style
! 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
+--- 45,51 ----
# true for BSD-UNIX and Unices derived thereof, as well as for the
- # Slackware Linux distribution)
+ # Slackware Linux distribution). This setting does not perform any black
+ # magic, but it makes the screen messages at startup match the OS style
! BSDSTYLE=YES
# don't get interrupted