GC a few more RCS ids in my ports

This commit is contained in:
sthen 2022-03-07 21:45:09 +00:00
parent a98e0e6666
commit b6966d2e73
32 changed files with 12 additions and 52 deletions

View File

@ -1,5 +1,3 @@
# $OpenBSD: console.cf,v 1.2 2014/10/07 22:14:17 sthen Exp $
config * { config * {
port 3109; port 3109;
} }

View File

@ -1,5 +1,3 @@
" $OpenBSD: openbsd.vim,v 1.1 2013/03/16 22:56:44 sthen Exp $
" Copyright (c) 2007-2008 Sean C. Farley <scf@FreeBSD.org> " Copyright (c) 2007-2008 Sean C. Farley <scf@FreeBSD.org>
" All rights reserved. " All rights reserved.
" "

View File

@ -1,5 +1,3 @@
<!-- $OpenBSD: build.xml,v 1.1.1.1 2012/05/23 15:02:52 sthen Exp $ -->
<project name="BCrypt" default="all" basedir="."> <project name="BCrypt" default="all" basedir=".">
<!-- Properties --> <!-- Properties -->

View File

@ -1,5 +1,3 @@
# $OpenBSD: options.sample,v 1.7 2016/11/19 14:16:02 sthen Exp $
# don't ask about removing old files # don't ask about removing old files
#nopurge 1 #nopurge 1

View File

@ -1,5 +1,3 @@
// $OpenBSD: named.conf,v 1.3 2020/05/29 20:05:37 sthen Exp $
//
// Example file for a simple configuration of BIND, processing only // Example file for a simple configuration of BIND, processing only
// recursive queries. Consult BIND's Administration and Reference Manual // recursive queries. Consult BIND's Administration and Reference Manual
// for more information. // for more information.

View File

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/ksh
# $OpenBSD: unifi.sh,v 1.1 2021/01/28 22:42:39 sthen Exp $
# Optionally symlink to things like unifi-discover # Optionally symlink to things like unifi-discover
cmd=${0##*unifi-} cmd=${0##*unifi-}
@ -8,11 +7,11 @@ name=${0##*/}
if [ "$cmd" = "" -o "$cmd" = "discover" -o "$cmd" = "info" ]; then if [ "$cmd" = "" -o "$cmd" = "discover" -o "$cmd" = "info" ]; then
defines="$defines -Dlog4j.configuration=/dev/null" defines="$defines -Dlog4j.configuration=/dev/null"
fi fi
daemon="${TRUEPREFIX}/share/unifi/lib/ace.jar" daemon="${TRUEPREFIX}/share/unifi/lib/ace.jar"
java="$(${LOCALBASE}/bin/javaPathHelper -c unifi)" java="$(${LOCALBASE}/bin/javaPathHelper -c unifi)"
# with some filehandle trickery to do substition on stderr # with some filehandle trickery to do substition on stderr
# 3>&1 - fh3 -> fh1 (stdout) # 3>&1 - fh3 -> fh1 (stdout)
# 1>&2 - fh1 -> fh2 (stderr) # 1>&2 - fh1 -> fh2 (stderr)

View File

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/ksh
# $OpenBSD: unifi.sh,v 1.3 2021/03/30 10:15:42 sthen Exp $
# Optionally symlink to things like unifi-discover # Optionally symlink to things like unifi-discover
cmd=${0##*unifi-} cmd=${0##*unifi-}
@ -8,11 +7,11 @@ name=${0##*/}
if [ "$cmd" = "" -o "$cmd" = "discover" -o "$cmd" = "info" ]; then if [ "$cmd" = "" -o "$cmd" = "discover" -o "$cmd" = "info" ]; then
defines="$defines -Dlog4j.configuration=/dev/null" defines="$defines -Dlog4j.configuration=/dev/null"
fi fi
daemon="${TRUEPREFIX}/share/unifi/lib/ace.jar" daemon="${TRUEPREFIX}/share/unifi/lib/ace.jar"
java="$(${LOCALBASE}/bin/javaPathHelper -c unifi)" java="$(${LOCALBASE}/bin/javaPathHelper -c unifi)"
# with some filehandle trickery to do substition on stderr # with some filehandle trickery to do substition on stderr
# 3>&1 - fh3 -> fh1 (stdout) # 3>&1 - fh3 -> fh1 (stdout)
# 1>&2 - fh1 -> fh2 (stderr) # 1>&2 - fh1 -> fh2 (stderr)

View File

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/ksh
# $OpenBSD: unifi.sh,v 1.1 2021/03/30 10:15:42 sthen Exp $
# Optionally symlink to things like unifi-discover # Optionally symlink to things like unifi-discover
cmd=${0##*unifi-} cmd=${0##*unifi-}
@ -8,11 +7,11 @@ name=${0##*/}
if [ "$cmd" = "" -o "$cmd" = "discover" -o "$cmd" = "info" ]; then if [ "$cmd" = "" -o "$cmd" = "discover" -o "$cmd" = "info" ]; then
defines="$defines -Dlog4j.configuration=/dev/null" defines="$defines -Dlog4j.configuration=/dev/null"
fi fi
daemon="${TRUEPREFIX}/share/unifi/lib/ace.jar" daemon="${TRUEPREFIX}/share/unifi/lib/ace.jar"
java="$(${LOCALBASE}/bin/javaPathHelper -c unifi)" java="$(${LOCALBASE}/bin/javaPathHelper -c unifi)"
# with some filehandle trickery to do substition on stderr # with some filehandle trickery to do substition on stderr
# 3>&1 - fh3 -> fh1 (stdout) # 3>&1 - fh3 -> fh1 (stdout)
# 1>&2 - fh1 -> fh2 (stderr) # 1>&2 - fh1 -> fh2 (stderr)

View File

@ -1,5 +1,4 @@
#!/bin/ksh #!/bin/ksh
# $OpenBSD: unifi.sh,v 1.2 2021/12/13 22:15:00 sthen Exp $
# Optionally symlink to things like unifi-discover # Optionally symlink to things like unifi-discover
cmd=${0##*unifi-} cmd=${0##*unifi-}

View File

@ -1,5 +1,3 @@
# $OpenBSD: modules.inc,v 1.2 2021/11/01 13:00:14 ajacoutot Exp $
MODGO_MODULES = \ MODGO_MODULES = \
cloud.google.com/go v0.34.0 \ cloud.google.com/go v0.34.0 \
github.com/!burnt!sushi/toml v0.3.1 \ github.com/!burnt!sushi/toml v0.3.1 \

View File

@ -1,5 +1,3 @@
$OpenBSD: patchpci-pciutils_lib_obsd-device_c,v 1.1 2020/11/20 12:48:58 sthen Exp $
OpenBSD's /dev/pci only permits aligned 32 bit writes. OpenBSD's /dev/pci only permits aligned 32 bit writes.
Emulate smaller writes by doing read/modify/write. Emulate smaller writes by doing read/modify/write.

View File

@ -1,4 +1,3 @@
# $OpenBSD: generator-pf.yml,v 1.1 2021/03/23 19:42:28 sthen Exp $
# Cut-down example of if_mib setup done using SNMPv3 (edit the various # Cut-down example of if_mib setup done using SNMPv3 (edit the various
# $snmpv3-... as needed) and information from OPENBSD-PF-MIB, based on # $snmpv3-... as needed) and information from OPENBSD-PF-MIB, based on
# https://yetiops.net/posts/openbsd-snmp-exporter/. # https://yetiops.net/posts/openbsd-snmp-exporter/.

View File

@ -1,4 +1,3 @@
; $OpenBSD: cdr.conf.sample,v 1.1 2021/11/02 12:47:08 sthen Exp $
; Longer example available in ${TRUEPREFIX}/share/examples/asterisk/default ; Longer example available in ${TRUEPREFIX}/share/examples/asterisk/default
[general] [general]

View File

@ -1,4 +1,3 @@
; $OpenBSD: extensions.conf.sample,v 1.1 2021/11/02 12:47:08 sthen Exp $
; Longer example available in ${TRUEPREFIX}/share/examples/asterisk/default ; Longer example available in ${TRUEPREFIX}/share/examples/asterisk/default
; For new installations, you may prefer to use extensions.ael rather than ; For new installations, you may prefer to use extensions.ael rather than
; this file. ; this file.

View File

@ -1,4 +1,3 @@
; $OpenBSD: logger.conf.sample,v 1.1 2021/11/02 12:47:08 sthen Exp $
; log files created in directory defined by 'astlogdir' in asterisk.conf ; log files created in directory defined by 'astlogdir' in asterisk.conf
[logfiles] [logfiles]

View File

@ -1,3 +1,2 @@
; $OpenBSD: modules.conf.sample,v 1.1 2021/11/02 12:47:08 sthen Exp $
[modules] [modules]
autoload=yes autoload=yes

View File

@ -1,4 +1,3 @@
; $OpenBSD: musiconhold.conf.sample,v 1.1 2021/11/02 12:47:08 sthen Exp $
; Music on Hold -- Sample Configuration ; Music on Hold -- Sample Configuration
; There are various ways to handle musiconhold. The lightweight method ; There are various ways to handle musiconhold. The lightweight method

View File

@ -1,4 +1,3 @@
; $OpenBSD: sip.conf.sample,v 1.1 2021/11/02 12:47:08 sthen Exp $
; Longer example available in ${TRUEPREFIX}/share/examples/asterisk/default ; Longer example available in ${TRUEPREFIX}/share/examples/asterisk/default
[general] [general]

View File

@ -1,4 +1,3 @@
; $OpenBSD: voicemail.conf.sample,v 1.1 2021/11/02 12:47:08 sthen Exp $
; Longer example available in ${TRUEPREFIX}/share/examples/asterisk/default ; Longer example available in ${TRUEPREFIX}/share/examples/asterisk/default
[default] [default]

View File

@ -1,4 +1,3 @@
; $OpenBSD: cdr.conf.sample,v 1.1.1.1 2021/10/16 10:55:00 sthen Exp $
; Longer example available in ${TRUEPREFIX}/share/examples/asterisk/default ; Longer example available in ${TRUEPREFIX}/share/examples/asterisk/default
[general] [general]

View File

@ -1,4 +1,3 @@
; $OpenBSD: extensions.conf.sample,v 1.1.1.1 2021/10/16 10:55:00 sthen Exp $
; Longer example available in ${TRUEPREFIX}/share/examples/asterisk/default ; Longer example available in ${TRUEPREFIX}/share/examples/asterisk/default
; For new installations, you may prefer to use extensions.ael rather than ; For new installations, you may prefer to use extensions.ael rather than
; this file. ; this file.

View File

@ -1,4 +1,3 @@
; $OpenBSD: logger.conf.sample,v 1.1.1.1 2021/10/16 10:55:00 sthen Exp $
; log files created in directory defined by 'astlogdir' in asterisk.conf ; log files created in directory defined by 'astlogdir' in asterisk.conf
[logfiles] [logfiles]

View File

@ -1,3 +1,2 @@
; $OpenBSD: modules.conf.sample,v 1.1.1.1 2021/10/16 10:55:00 sthen Exp $
[modules] [modules]
autoload=yes autoload=yes

View File

@ -1,4 +1,3 @@
; $OpenBSD: musiconhold.conf.sample,v 1.1.1.1 2021/10/16 10:55:00 sthen Exp $
; Music on Hold -- Sample Configuration ; Music on Hold -- Sample Configuration
; There are various ways to handle musiconhold. The lightweight method ; There are various ways to handle musiconhold. The lightweight method

View File

@ -1,4 +1,3 @@
; $OpenBSD: sip.conf.sample,v 1.1.1.1 2021/10/16 10:55:00 sthen Exp $
; Longer example available in ${TRUEPREFIX}/share/examples/asterisk/default ; Longer example available in ${TRUEPREFIX}/share/examples/asterisk/default
[general] [general]

View File

@ -1,4 +1,3 @@
; $OpenBSD: voicemail.conf.sample,v 1.1.1.1 2021/10/16 10:55:00 sthen Exp $
; Longer example available in ${TRUEPREFIX}/share/examples/asterisk/default ; Longer example available in ${TRUEPREFIX}/share/examples/asterisk/default
[default] [default]

View File

@ -1,4 +1,3 @@
# $OpenBSD: Makefile.pear,v 1.4 2016/04/01 18:46:06 sthen Exp $
# Default Makefile to install a PHP PEAR module # Default Makefile to install a PHP PEAR module
default: default:

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-usr_local_bin_pear,v 1.2 2011/11/16 13:29:13 robert Exp $
--- usr/local/bin/pear.orig Wed Nov 16 14:15:00 2011 --- usr/local/bin/pear.orig Wed Nov 16 14:15:00 2011
+++ usr/local/bin/pear Wed Nov 16 14:15:49 2011 +++ usr/local/bin/pear Wed Nov 16 14:15:49 2011
@@ -4,10 +4,10 @@ @@ -4,10 +4,10 @@

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-usr_local_bin_peardev,v 1.2 2011/11/16 13:29:13 robert Exp $
--- usr/local/bin/peardev.orig Wed Nov 16 14:16:34 2011 --- usr/local/bin/peardev.orig Wed Nov 16 14:16:34 2011
+++ usr/local/bin/peardev Wed Nov 16 14:17:14 2011 +++ usr/local/bin/peardev Wed Nov 16 14:17:14 2011
@@ -4,10 +4,10 @@ @@ -4,10 +4,10 @@

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-usr_local_bin_pecl,v 1.2 2011/11/16 13:29:13 robert Exp $
--- usr/local/bin/pecl.orig Wed Nov 16 14:17:44 2011 --- usr/local/bin/pecl.orig Wed Nov 16 14:17:44 2011
+++ usr/local/bin/pecl Wed Nov 16 14:18:02 2011 +++ usr/local/bin/pecl Wed Nov 16 14:18:02 2011
@@ -4,10 +4,10 @@ @@ -4,10 +4,10 @@

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-var_www_pear_lib_PEAR_Config_php,v 1.3 2016/04/01 18:46:06 sthen Exp $
--- var/www/pear/lib/PEAR/Config.php.orig Wed Mar 30 22:25:04 2016 --- var/www/pear/lib/PEAR/Config.php.orig Wed Mar 30 22:25:04 2016
+++ var/www/pear/lib/PEAR/Config.php Wed Mar 30 22:25:05 2016 +++ var/www/pear/lib/PEAR/Config.php Wed Mar 30 22:25:05 2016
@@ -79,11 +79,7 @@ if (getenv('PHP_PEAR_HTTP_PROXY')) { @@ -79,11 +79,7 @@ if (getenv('PHP_PEAR_HTTP_PROXY')) {

View File

@ -1,5 +1,3 @@
# $OpenBSD: squid.login,v 1.1 2022/02/21 13:43:56 sthen Exp $
squid:\ squid:\
:datasize=8192M:\ :datasize=8192M:\
:openfiles-cur=4096:\ :openfiles-cur=4096:\