NetBSD/lib/libutil
lukem efcc9a4c9d * Add user-controlled mk.conf variables
- SHLIBDIR	Location to install shared libraries if ${USE_SHLIBDIR}
			is "yes".  Defaults to "/usr/lib".

	- USE_SHLIBDIR	If "yes", install shared libraries in ${SHLIBDIR}
			instead of ${LIBDIR}.  Defaults to "no".
			Sets ${_LIBSODIR} to the appropriate value.
			This may be set by individual Makefiles as well.

	- SHLINKDIR	Location of shared linker.  Defaults to "/usr/libexec".
			If != "/usr/libexec", change the dynamic-linker
			encoded in shared programs

* Set USE_SHLIBDIR for libraries used by /bin and /sbin:
	libc libcrypt libcrypto libedit libipsec libkvm libm libmi387
	libtermcap libutil libz

* If ${_LIBSODIR} != ${LIBDIR}, add symlinks from ${LIBDIR}/${LIB}.so*
  to ${_LIBSODIR}/${LIB}.so* for compatibility.

* Always install /sbin/init statically (for now)


The net effect of these changes depends on how the variables are set:

  1.)	If nothing is set or changed, there is no change from the
	current behaviour:
		- Static /bin, /sbin, and bits of /usr/*
		- Dynamic rest
		- Shared linker is /usr/libexec/ld*so

  2.)	If the following make variables are set:
		LDSTATIC=
		SHLINKDIR=/lib
		SHLIBDIR=/lib
	Then the behaviour becomes:
		- Dynamic tools
		- .so libraries used by /bin and /sbin are installed to /lib,
		  with symlinks from /usr/lib/lib*so to -> /lib/lib*so
		  where appropriate
		- Shared linker is /lib/ld*so

  3.)	As per 2.), but add the following variable:
		USE_SHLIBDIR=yes
	This forces all .so's to be instaleld in /lib (with compat
	symlinks), not just those tagged by their Makefiles to be.
	Again, compat symlinks are installed
2001-12-28 01:32:37 +00:00
..
Makefile * Add user-controlled mk.conf variables 2001-12-28 01:32:37 +00:00
fparseln.3 precede, not preceed. 2001-08-20 12:00:46 +00:00
fparseln.c
getbootfile.3 Add a note this appeared in NetBSD 1.6. Pointed out on current-users@ 2001-04-09 09:29:54 +00:00
getbootfile.c Add getbootfile(3) to libutil, and a man page. 2001-04-06 14:31:14 +00:00
getmaxpartitions.3
getmaxpartitions.c
getrawpartition.3
getrawpartition.c
login.3
login.c
login_cap.3 Fix typo 2001-08-15 21:34:06 +00:00
login_cap.c seperate -> separate 2001-07-22 13:33:58 +00:00
login_tty.c
logout.c
logwtmp.c
opendisk.3 remove referenced to raw (block) and cooked (character) devices, since 2001-12-10 22:50:33 +00:00
opendisk.c revert previous. 2001-12-10 22:41:52 +00:00
openpty.3
passwd.c WARNS=2 fix 2001-11-05 15:03:49 +00:00
pidfile.3 - Don't delete the pidfile if the process executing the cleanup handler 2001-10-19 20:36:59 +00:00
pidfile.c Remove an extra character in a comment block. 2001-10-20 09:20:28 +00:00
pidlock.3
pidlock.c
pty.c revert over-zealous pcvt cull; we still need to skip ttyv* whilst pccons uses 2001-05-10 01:57:47 +00:00
pw_getconf.3
pw_init.3
pw_lock.3 Add two arguments to pw_mkdb(), a la OpenBSD. This is to allow us to pass 2001-08-18 19:31:47 +00:00
secure_path.3 Improve formatting, noted by Simon Burge. 2001-08-20 14:26:45 +00:00
secure_path.c Rename secure_path(3) source file from securepath.c to secure_path.c. 2001-08-20 14:47:49 +00:00
shlib_version Bump libutil major for pw_mkdb() change. 2001-08-18 19:33:17 +00:00
ttyaction.3
ttyaction.c
ttymsg.3
ttymsg.c
util.3 Fix pasto in last. 2001-12-07 09:31:34 +00:00