mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
00824b0241
Submitted by: gshapiro@freebsd.org (Gregory Neil Shapiro)
42 lines
933 B
Groff
42 lines
933 B
Groff
diff -ur vacation/vacation.1 src/contrib/sendmail/vacation/vacation.1
|
|
--- vacation/vacation.1 Fri Dec 29 19:12:23 2000
|
|
+++ vacation/vacation.1 Sat Mar 3 11:27:12 2001
|
|
@@ -24,8 +26,10 @@
|
|
.RB [ \-x ]
|
|
.RB [ \-a
|
|
.IR alias ]
|
|
+.RB [ \-d ]
|
|
.RB [ \-f
|
|
.IR database ]
|
|
+.RB [ \-l ]
|
|
.RB [ \-m
|
|
.IR message ]
|
|
.RB [ \-s
|
|
@@ -59,6 +63,15 @@
|
|
in the same manner as those received for the user's
|
|
login name.
|
|
.TP
|
|
+.B \-d
|
|
+Send error/debug messages to stdout instead of syslog.
|
|
+Otherwise, fatal errors, such as calling
|
|
+.B vacation
|
|
+with incorrect arguments, or with non-existent
|
|
+.IR login s,
|
|
+are logged in the system log file, using
|
|
+syslog(8).
|
|
+.TP
|
|
.BI \-f " filename"
|
|
Use
|
|
.I filename
|
|
@@ -78,6 +91,10 @@
|
|
Same as
|
|
.B \-i
|
|
(for backwards compatibility).
|
|
+.TP
|
|
+.B \-l
|
|
+List the content of the vacation database file including the address
|
|
+and the associated time of the last auto-response to that address.
|
|
.TP
|
|
.BI \-m " filename"
|
|
Use
|