summaryrefslogtreecommitdiffstats
path: root/utils/nhfsstone
Commit message (Collapse)AuthorAgeFilesLines
* nhfsstone remove due to license uncertainty.Neil Brown2006-12-1912-2543/+0
| | | | | | | | It isn't clear the the License (See DISCLAIMER) is GPLv2 compatable, and it is believed that the code is largely unused, so get rid of nhfsstone just to be safe. Signed-off-by: NeilBrown <neilb@suse.de>
* Comment out the decades-old SCCS id strings from the original SunGreg Banks2006-06-271-1/+1
| | | | | | distribution. They cause compile warnings, there is no longer any reason to try to build them into the binaries, and gcc seems to be eliding some of them anyway.
* Replace the deprecated sigblock() with more modernGreg Banks2006-06-271-0/+22
| | | | signal functions to avoid compile warnings.
* fix nhfsrun signalNeil Brown2006-06-051-1/+1
| | | | | | | | nhfsrun is supposed to be able to be signalled with SIGUSR1, but the signal trapped is number 30, which is something else entirely (SIGPWR). This patch simply changes it to say "USR1", which gets it right no matter what the value is. "Steinar H. Gunderson" <sesse@debian.org>
* Remove **/Makefile.in, aclocal.m4, configure, andNeil Brown2006-04-171-580/+0
| | | | | | support/include/config.h.in from source control These are auto autogenerated by aclocal -I aclocal ; autoheader ; automake ; autoconf
* 2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>neilbrown2006-04-101-0/+2
| | | | | Check for sufficient version of librpcsecgss and libgssapi in configure.in
* 2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>neilbrown2006-04-101-0/+2
| | | | | Update aclocal/tcp-wrappers.m4 to define HAVE_LIBWRAP and HAVE_TCP_WRAPPERS as appropriate.
* aclocal/autoconf/automake, properly this time.neilbrown2006-03-281-0/+4
|
* head/tail fixesneilbrown2005-12-211-1/+1
|
* Remove all the Makefilesneilbrown2005-12-201-17/+0
|
* More automake stuffneilbrown2005-12-201-0/+572
|
* Autogen updateneilbrown2005-12-201-0/+14
|
* Added TOP, as needed, for easier compile in subdirectoriesgmorris2005-04-121-0/+1
|
* Use $(INSTALLSCRIPT) for scripts.chip2000-02-261-1/+1
|
* Fix typo.chip2000-02-261-1/+1
|
* Install nhfsstone helper scripts and their man pages.chip2000-02-261-1/+8
|
* Create man pages for nhfsstone support scripts.chip2000-02-263-0/+69
|
* Oops, I meant nhffstone(8).chip2000-02-261-1/+1
|
* Oops, that was MAN8, not MAN1.chip2000-02-261-1/+1
|
* Rename nhfsstone.1 to nhfsstone.man,chip2000-02-262-381/+1
| | | | and have it installed automatically.
* Rename from nhfsstone.1.chip2000-02-261-0/+381
|
* Initial revisionhjl1999-10-189-0/+2446