https://bugzilla.samba.org/show_bug.cgi?id=5633
[EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Version|3.0.3 |3.1.0 ------- Comment #1 from [EMAIL PROTECTED] 2008-07-27 18:37 CST ------- The latest code in the git repository now has a general option that allows the user to specify config overrides via the command line. This lets you specify the pidfile like this: rsync --daemon --dparam pidfile=/tmp/other.pid or rsync --daemon -M pidfile=/tmp/other.pid You can adjust any global or default value using that option, and it will supersede a global/default value in the config file (but will not supersede an explicitly specified module value in a module's definition). -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html