summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/nscd
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for the removal of set_rcvar() by changing the rcvar=dougb2012-01-141-1/+1
| | | | | | | | | | | | | | | assignments to the literal values it would have returned. The concept of set_rcvar() was nice in theory, but the forks it creates are a drag on the startup process, which is especially noticeable on slower systems, such as embedded ones. During the discussion on freebsd-rc@ a preference was expressed for using ${name}_enable instead of the literal values. However the code portability concept doesn't really apply since there are so many other places where the literal name has to be searched for and replaced. Also, using the literal value is also a tiny bit faster than dereferencing the variables, and every little bit helps.
* Remove trailing white space. No functional changes.dougb2010-05-141-1/+1
|
* Small cleanup, add (spurious) quotation marks around the valuedougb2009-05-301-1/+1
| | | | for name= to make these scripts consistent with the rest.
* Add the shutdown KEYWORD to those scripts that start persistent servicesdougb2008-07-161-0/+1
| | | | | | | | | | | to allow them to do a "clean" shutdown. I purposely avoided making changes to network-related stuff since the system shutting down is pretty conclusive, and there may be complicated dependencies on the network that I would rather not try to unravel. I also skipped kerberos-related stuff for the reasons above, and because I have no way to test it.
* As previously discussed, add the svn:executable property to all scriptsdougb2008-07-161-0/+0
|
* Finishing renaming of cached into nscd. etc/rc.d and usr.sbin/Makefilebushman2007-09-281-4/+24
| | | | | | updated. Note added to UPDATING. Approved by: re (kensmith, bmah), brooks (mentor)
* - Renaming repocopied cached to nscdbushman2007-08-091-8/+8
| | | | Approved by: re (kensmith), brooks (mentor)
* `flush' is appropriate than `reload'.ume2006-06-061-2/+2
| | | | Requested by: ceri
* Add `reload' which invalidates the cache for every user.ume2006-06-061-0/+2
|
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-281-0/+30
databases. - Make nsswitch support caching. Submitted by: Michael Bushkov <bushman__at__rsu.ru> Sponsored by: Google Summer of Code 2005
OpenPOWER on IntegriCloud