Commit Graph

6 Commits

Author SHA1 Message Date
todd
5dff884143 Instead of commenting out an example full salvage of the server, suggest a
volume by volume salvage by default.  This way, servers with lots of files
can be up salvaging volume by volume instead of down until the last volume
is salvaged.
"if it works, go for it" ckuethe@
2008-10-24 19:59:18 +00:00
todd
a4d5ebcfa7 o remove bogus vars in commented out suggested rc.local bit in README.OpenBSD
o function'ize openafs-setup and let it setup not just the 1st but also
  subsequent afs servers, letting admins choose which afs server programs to
  run on each, `works for me(tm)'
bump PKGNAME
2008-10-21 02:57:51 +00:00
ajacoutot
9b9cb3fe51 - s/LOCALBASE/PREFIX
- s/%SYSCONFDIR%/etc where it makes sense (e.g. /etc/rc.conf.local will
always be /etc/rc.conf.local whatever value ${SYSCONFDIR} is set to)
- use SUBST_CMD
- don't hardcode /usr/local
- precise license marker
- s/definately/definitely/ (from sthen@)

"looks good" sthen@, ok todd@
2008-10-12 17:31:17 +00:00
todd
cf8c3cdafa o add autoconf to CONFIGURE_STYLE to fix autoconf depend
o no longer require kernel sources since not building lkm; if this changes,
  the attic can be raided
o typo in openafs-setup comments from sthen@; thanks!
o obey CFLAGS and CC
o twiddle lwp.h patch to be OpenBSD specific
bump PKGNAME
2008-10-12 00:12:07 +00:00
todd
096cb96bec o fix autoconf dependency; otherwise any autoconf-* would match then it would
fail to exec autoconf-2.60
o update README.OpenBSD to include rc.local and rc.shutdown bits
o invade and cleanup openafs-setup
  - polish consistency
  - prompt for a sample general purpose user
  - backup CellServDB and restore on script failure
  - compact output
  - better cleanup incase it is restarted
  - show all afs commands as they are run
  - reorder various places to make more logical sense
  - DO NOT DO RECURSIVE MOUNTS, this leads to panics;
    (thanks bob/art for explaining).. i.e. no 'fs mkm /afs/.root.afs root.afs')
  - add a few gratuitous remote cells during setup as examples
  - add files of consequence to /etc/changelist
bump PKGNAME
2008-10-08 15:45:55 +00:00
todd
dea6e5412f o update openafs to 1.4.7
o add README.OpenBSD (includes heimdal setup instructions)
o rework openafs-setup to use arla's afsd in base, and heimdal
o fix a bug since 4.1 to not blow the thread stack on 64bit time functions in libc
2008-07-21 03:13:01 +00:00