mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 17:10:33 -04:00
raised by "partial" libdbi-installations (ie. disabled backends). PR: ports/89703 Submitted by: maintainer
19 lines
684 B
Text
19 lines
684 B
Text
*** scripts/refdb.orig Thu Nov 10 12:29:22 2005
|
|
--- scripts/refdb Thu Nov 10 12:29:40 2005
|
|
***************
|
|
*** 45,51 ****
|
|
# true for BSD-UNIX and Unices derived thereof, as well as for the
|
|
# 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
|
|
--- 45,51 ----
|
|
# true for BSD-UNIX and Unices derived thereof, as well as for the
|
|
# 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
|
|
trap "" 1
|