Actually support --syslog

Fixes-debian-bug: 402457 (part)

All the code is there, and it works for '-y', but for some reason,
"syslog" was missing from the long_options.
This commit is contained in:
Neil Brown 2006-12-14 17:30:56 +11:00
parent b5e3d1901f
commit 90cf1dddb2
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ struct option long_options[] = {
{"daemonize", 0, 0, 'f'},
{"oneshot", 0, 0, '1'},
{"pid-file", 1, 0, 'i'},
{"syslog", 0, 0, 'y'},
/* For Grow */
{"backup-file", 1,0, BackupFile},