| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
selection since an attribute which looks good on a color console doesn't
necessarily look good in an xterm.
|
| |
|
| |
|
|
|
|
|
| |
If you're running multi-user, check off items in the packages menu
based on whether or not they're actually installed.
|
| |
|
|
|
|
|
|
| |
was empty. Closes PR bin/1300.
Found by: Brian Tao <taob@io.org>
|
|
|
|
| |
this did not stop 'make' from working, but it did break 'make depend.'
|
| |
|
|
|
|
| |
linked with librpcsvc.
|
|
|
|
|
| |
definition file by mistake. This isn't needed so long
as the one in include/rpcsvc is installed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If rpc.yppasswdd is invoked with the -i flag, password changes will
be made to the master.passwd template file and the hash map files
in-place, which means it won't have to run a complete map update.
Instead, it calls /var/yp/Makefile with the 'pushpw' target, which
just pushes the maps to the slaves and runs yp_mkdb -c to tell the
local ypserv to flush its database cache.
The server will check the passwd.byname and passwd.byuid maps to see
if they were built in 'insecure' or 'secure' mode (i.e. with real
encrypted passwords in them or without) and update them accordingly.
This combined with rpc.ypxfrd greatly reduces the amount of time it
takes to complete an NIS password change, especially with very large
passwd databases.
|
|
|
|
| |
No functional changes.
|
| |
|
| |
|
| |
|
|
|
|
| |
which included commits to RCS files with non-trunk default branches.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add a 'pushpw' target that only yppushes the various passwd maps
and sends a YPPROC_CLEAR to the local ypserv. This will be used by
rpc.yppasswdd once I merge in the in-place update changes.
yp_access.c:
- Make the yp_access() function print RPC program and procedure numbers
that it doesn't know about in literal form. This will allow it to work
with other prgrams that it doesn't know about, like rpc.ypxfrd I'm going
to import shortly.
yp_dblookup.c:
- Take out the __inline keywords. They weren't really helping me anyway.
- Somehow I broke yp_next() when DB_CACHE wasn't #defined. Fix it.
- Also fix potential case where yp_next() might loop forever; make sure
it checks the return values of all the (dbp->seq)()/R_NEXT calls that
it does as well as comparing keys.
|
| |
|
|
|
|
| |
Submitted-By: jdp
|
| |
|
|
|
|
|
|
|
| |
having a hosts.lpd(5) manpage and some references to it from
within lpd(8) might help here. Close PR docs/1277
Submitted by: andreas@knobel.gun.de (Andreas Klemm)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix some comments to reflect reality (in some cases I made changes
to code but not to the comments).
Change some instances of 'inline' to '__inline' to pacify
gcc -ansi -pedantic.
Use rcsid strings more consistently.
Make 'oldaddr' static in yp_access().
Use strcpy()/strcat() in yp_open_db_cache() instead of snprintf().
(Seems to be a little faster this way.)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: smpatel (Sujal Patel)
|
|
|
|
| |
Submitted by: smpatel (Sujal Patel)
|
| |
|
| |
|
|
|
|
|
| |
The root floppy is now gone. I shall not mourn its passing.
Everything we need is on boot.flp or the bindist.
|
| |
|
|
|
|
| |
Thanks, David.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
transfer speed in KB/sec while fetching stuff; this gives you a better
idea if your link has crashed or is behaving oddly.
|
|
|
|
| |
it breaks `env MANDIR=<dir> make maninstall'
|
| |
|
|
|
|
| |
the dI in `.Op Fl dI' for the name of an internal mdoc command).
|
| |
|
|
|
|
| |
Submitted by: gpalmer
|
|
|
|
|
| |
bogus, and I think I'll simply see that the X distribtion is rebuilt for
-current before doing another snapshot for it. :-)
|
|
|
|
|
| |
Oh yeah, last commit also fixed (I hope) the /etc/sysinstall not being
written on Custom installation problem.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in one place, leaking memory in another).
Add a facility to invoke subsystems directly by naming them on
sysinstall's command-line when running post-install. A replacement
for pkg_manage might, for example, be `/stand/sysinstall configPackages'
Fix bogon where upgrade shell was entered with tty modes spammed.
Fix bug with release name checking in ftp_strat. Turned a bunch of
bogus exit()s into proper calls to systemShutdown().
|
|
|
|
| |
Noticed by: "Philippe Charnier" <charnier@lirmm.fr>
|
|
|
|
|
|
|
|
|
| |
mount_* programs. While we're at it, collapse the four now-identical
mount programs for devfs, fdesc, kernfs, and procfs into links to
a new mount_std(8) which can mount any really generic filesystem
such as these when called with the appropriate argv[0].
Also, convert the mount programs to use sysexits.h.
|