Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 11/06/2000 16:00:39
Module Name:	basesrc
Committed By:	jdolecek
Date:		Mon Nov  6 14:00:39 UTC 2000

Modified Files:
	basesrc/sbin/mount_portal: mount_portal.c pathnames.h

Log Message:
use mkdtemp(3) instead of mktemp(3)
call daemon(3) before the mount(2) call, so that we can fill correct pid
   to mount tag argument (previous code used getpid() + 1!)


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 basesrc/sbin/mount_portal/mount_portal.c
cvs rdiff -r1.4 -r1.5 basesrc/sbin/mount_portal/pathnames.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.