summaryrefslogtreecommitdiff
path: root/net/openafs/files
diff options
context:
space:
mode:
authorgendalia <gendalia>2007-10-27 09:11:10 +0000
committergendalia <gendalia>2007-10-27 09:11:10 +0000
commitf99758fa97af2c41b27c2994d1a67efba10030e5 (patch)
treefe64bc292962d6566c52c94a68e7496d18aadb71 /net/openafs/files
parenta70aa8414c7220bb208db92dcec205d179dd4977 (diff)
downloadpkgsrc-f99758fa97af2c41b27c2994d1a67efba10030e5.tar.gz
Updated OpenAFS to 1.4.5. conditionalized several of the options.
Fixed a couple of files, in theory should work on NetBSD 3.x & 4.x, and i386 & amd64 now. OpenAFS Release Notes - Version 1.4.5 _________________________________________________________________ All systems: - fileserver address tracking is improved to avoid potentially merging unrelated hosts. - Documentation updates. - namei fileserver now does fsync()s in background batches for performance improvements. - Kerberos ticket support corrected in bundled Kerberos 4 utilities on 64 bit platforms. - fileserver includes limited per-host thread quota support to avoid resource starvation. - fileserver deals with more types of damaged volumes without asserting. - vos validates dumpfiles before attempting restores. - vos clone will no longer potentially delete the parent volume. - Client no longer permits empty UUID to be created. - fs uuid command for checking, regenerating UUID added. - Updates for gcc 4.2. - fileserver treats w (write) permission as granting read lock permission in addition to write.
Diffstat (limited to 'net/openafs/files')
-rw-r--r--net/openafs/files/bosserver.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openafs/files/bosserver.sh b/net/openafs/files/bosserver.sh
index 8264756b044..a6ac1977b7f 100644
--- a/net/openafs/files/bosserver.sh
+++ b/net/openafs/files/bosserver.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: bosserver.sh,v 1.1 2005/06/16 17:27:12 gendalia Exp $
+# $NetBSD: bosserver.sh,v 1.2 2007/10/27 09:11:10 gendalia Exp $
#
# PROVIDE: bosserver
# BEFORE: arlad
@@ -12,6 +12,7 @@ name="bosserver"
rcvar=$name
hostname=`@HOSTNAME_CMD@`
command="@PREFIX@/sbin/$name"
+start_precmd="ulimit -S -d 1048576;ulimit -S -c unlimited"
stop_precmd="@PREFIX@/bin/bos shutdown $hostname -local -wait"
load_rc_config $name