Quoting Daniel Bye <[EMAIL PROTECTED]>:

On Thu, Dec 13, 2007 at 07:30:21PM +0100, Peter Boosten wrote:
Quoting James Harrison <[EMAIL PROTECTED]>:

>        :passwordtime=150d:\
>        :warnpassword=150d:

Is it me, or did you forget the backslash here?

No, that's correct. It's the last line of a class definition. The backslash
is used as a line continuation character, and is not necessary on the last
line. In fact, it must not be included, else it will cause the system to
interpret the next line as part of the same class definition, rather than
the start of the next.


Very good answer, *if* it were the last line of the class definition. I cut the last two lines from the original description from OP.

So to OP: add a backslash to the warnpassword= line.

Peter
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to