freebsd-dev/usr.sbin/rpc.umntall
Ian Dowse 146e669b8d Fix a few bugs, some of which I introduced in recent commits:
- clean_mtab():
    Actually use the strdup'd version of the host that we go to the
    trouble of creating.
- do_umntall/do_umount:
    Don't return success if clnt_create() fails.
    Don't access a client pointer after it has been destroyed.
    Remember to destroy the authentication information we created.
2001-08-02 21:46:21 +00:00
..
Makefile Perform a major cleanup of the usr.sbin Makefiles. 2001-07-20 06:20:32 +00:00
mounttab.c Fix a few bugs, some of which I introduced in recent commits: 2001-08-02 21:46:21 +00:00
mounttab.h Fix some bugs and general brain damage in mounttab: 2001-07-22 12:17:51 +00:00
rpc.umntall.8 mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). 2001-07-06 16:46:48 +00:00
rpc.umntall.c Fix a few bugs, some of which I introduced in recent commits: 2001-08-02 21:46:21 +00:00