Fri Sep 19 21:49:10 2008 UTC ()
changes from dist


(christos)
diff -r1.1.1.1 -r1.2 src/external/bsd/am-utils/dist/hlfsd/hlfsd.8

cvs diff -r1.1.1.1 -r1.2 src/external/bsd/am-utils/dist/hlfsd/hlfsd.8 (expand / switch to unified diff)

--- src/external/bsd/am-utils/dist/hlfsd/hlfsd.8 2008/09/19 20:07:21 1.1.1.1
+++ src/external/bsd/am-utils/dist/hlfsd/hlfsd.8 2008/09/19 21:49:09 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: hlfsd.8,v 1.1.1.1 2008/09/19 20:07:21 christos Exp $ 1.\" $NetBSD: hlfsd.8,v 1.2 2008/09/19 21:49:09 christos Exp $
2.\" 2.\"
3.\" 3.\"
4.\" Copyright (c) 1997-2007 Erez Zadok 4.\" Copyright (c) 1997-2007 Erez Zadok
5.\" Copyright (c) 1989 Jan-Simon Pendry 5.\" Copyright (c) 1989 Jan-Simon Pendry
6.\" Copyright (c) 1989 Imperial College of Science, Technology & Medicine 6.\" Copyright (c) 1989 Imperial College of Science, Technology & Medicine
7.\" Copyright (c) 1989 The Regents of the University of California. 7.\" Copyright (c) 1989 The Regents of the University of California.
8.\" All rights reserved. 8.\" All rights reserved.
9.\" 9.\"
10.\" This code is derived from software contributed to Berkeley by 10.\" This code is derived from software contributed to Berkeley by
11.\" Jan-Simon Pendry at Imperial College, London. 11.\" Jan-Simon Pendry at Imperial College, London.
12.\" 12.\"
13.\" Redistribution and use in source and binary forms, with or without 13.\" Redistribution and use in source and binary forms, with or without
14.\" modification, are permitted provided that the following conditions 14.\" modification, are permitted provided that the following conditions
@@ -254,58 +254,58 @@ Read the user-name, user-id, and home di @@ -254,58 +254,58 @@ Read the user-name, user-id, and home di
254.I password-file. 254.I password-file.
255Normally, 255Normally,
256.B hlfsd 256.B hlfsd
257will use 257will use
258.IR getpwent (3) 258.IR getpwent (3)
259to read the password database. This option allows you to override the 259to read the password database. This option allows you to override the
260default database, and is useful if you want to map users' mail files to a 260default database, and is useful if you want to map users' mail files to a
261directory other than their home directory. Only the username, uid, and 261directory other than their home directory. Only the username, uid, and
262home-directory fields of the file 262home-directory fields of the file
263.I password-file 263.I password-file
264are read and checked. All other fields are ignored. The file 264are read and checked. All other fields are ignored. The file
265.I password-file 265.I password-file
266must otherwise be compliant with Unix System 7 colon-delimited format 266must otherwise be compliant with Unix System 7 colon-delimited format
267.IR passwd (4). 267.IR passwd (5).
268.SH FILES 268.SH FILES
269.TP 5 269.TP 5
270.B /hlfs 270.B /hlfs
271directory under which 271directory under which
272.B hlfsd 272.B hlfsd
273mounts itself and manages the symbolic link 273mounts itself and manages the symbolic link
274.BR home . 274.BR home .
275.TP 5 275.TP 5
276.B .hlfsdir 276.B .hlfsdir
277default sub-directory in the user's home directory, to which the 277default sub-directory in the user's home directory, to which the
278.B home 278.B home
279symbolic link returned by 279symbolic link returned by
280.B hlfsd 280.B hlfsd
281points. 281points.
282.TP 5 282.TP 5
283.B /var/hlfs 283.B /var/hlfs
284directory to which 284directory to which
285.B home 285.B home
286symbolic link returned by 286symbolic link returned by
287.B hlfsd 287.B hlfsd
288points if it is unable to verify the that 288points if it is unable to verify the that
289user's home directory is accessible. 289user's home directory is accessible.
290.SH "SEE ALSO" 290.SH "SEE ALSO"
291.BR mail(1), 291.BR mail(1),
292.BR getgrent (3), 292.BR getgrent (3),
293.BR getpwent (3), 293.BR getpwent (3),
294.BR mnttab (4), 294.BR passwd (5),
295.BR passwd (4), 295.\" .BR mnttab (4),
296.BR mtab (5), 296.\" .BR mtab (5),
297.BR amd (8), 297.BR amd (8),
298.BR automount (8), 298.\" .BR automount (8),
299.BR cron(8), 299.BR cron(8),
300.BR mount (8), 300.BR mount (8),
301.BR sendmail (8), 301.BR sendmail (8),
302.BR umount (8). 302.BR umount (8).
303.LP 303.LP
304.IR "HLFSD: Delivering Email to Your $HOME" , 304.IR "HLFSD: Delivering Email to Your $HOME" ,
305in 305in
306.IR "Proc. LISA-VII, The 7th Usenix System Administration Conference" , 306.IR "Proc. LISA-VII, The 7th Usenix System Administration Conference" ,
307November 1993. 307November 1993.
308.LP 308.LP
309``am-utils'' 309``am-utils''
310.BR info (1) 310.BR info (1)
311entry. 311entry.