From: Sascha Wildner Date: Thu, 29 Dec 2016 23:04:38 +0000 (+0100) Subject: nlookup.9: Adjust for the removal of nlookup_set_cred(). X-Git-Tag: v4.8.0rc~322 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/97be079c2cc46bb617e247ca9865c913f545815e nlookup.9: Adjust for the removal of nlookup_set_cred(). --- diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index d62d26cc39..f5c20985e8 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -3177,6 +3177,7 @@ TO_REMOVE+=/usr/share/man/man2/sigsetmask.2.gz TO_REMOVE+=/usr/share/man/man2/sigvec.2.gz TO_REMOVE+=/usr/share/man/man3/efi_set_variables_supported.3.gz TO_REMOVE+=/usr/share/man/man9/cpumask.9.gz +TO_REMOVE+=/usr/share/man/man9/nlookup_set_cred.9.gz .if !defined(WANT_INSTALLER) TO_REMOVE+=/usr/sbin/dfuibe_installer diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 7a009b2f4e..801b10b8a9 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -749,7 +749,6 @@ MLINKS+=nlookup.9 naccess.9 \ nlookup.9 nlookup_init_raw.9 \ nlookup.9 nlookup_init_root.9 \ nlookup.9 nlookup_mp.9 \ - nlookup.9 nlookup_set_cred.9 \ nlookup.9 nlookup_simple.9 \ nlookup.9 nlookup_zero.9 \ nlookup.9 nreadsymlink.9 diff --git a/share/man/man9/nlookup.9 b/share/man/man9/nlookup.9 index 67921973e8..c28ff705a1 100644 --- a/share/man/man9/nlookup.9 +++ b/share/man/man9/nlookup.9 @@ -28,7 +28,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd August 1, 2010 +.Dd December 30, 2016 .Dt NLOOKUP 9 .Os .Sh NAME @@ -37,7 +37,6 @@ .Nm nlookup_init_at , .Nm nlookup_init_raw , .Nm nlookup_init_root , -.Nm nlookup_set_cred , .Nm nlookup_zero , .Nm nlookup_done , .Nm nlookup_done_at , @@ -61,8 +60,6 @@ .Ft int .Fn nlookup_init_root "struct nlookupdata *nd" "const char *path" "enum uio_seg seg" "int flags" "struct ucred *cred" "struct namecache *ncstart" "struct namecache *ncroot" .Ft void -.Fn nlookup_set_cred "struct nlookupdata *nd" "struct ucred *cred" -.Ft void .Fn nlookup_zero "struct nlookupdata *nd" .Ft void .Fn nlookup_done "struct nlookupdata *nd" @@ -152,13 +149,6 @@ but does not assume rootnch for the root directory. The root directory is supplied in the arguments, and is also used for the jail directory. .Pp -.Fn nlookup_set_cred -sets a different credential; this credential will be used by -future operations performed on nd.nl_open_vp -and the -.Fa nlookupdata -structure. -.Pp .Fn nlookup_zero zeroes a given .Fa "struct nlookupdata" .