mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
removed XXXDCL comment regarding putting program name and args in named.pid
as sendmail does with sendmail.pid. concensus was that it was annoying.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: main.c,v 1.77 2000/08/09 03:44:42 tale Exp $ */
|
||||
/* $Id: main.c,v 1.78 2000/08/09 23:40:16 tale Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -310,10 +310,6 @@ parse_command_line(int argc, char *argv[]) {
|
||||
unsigned int port;
|
||||
char *s;
|
||||
|
||||
/*
|
||||
* XXXDCL perhaps the saved command line should be put in the
|
||||
* named.pid file, as sendmail does with sendmail.pid.
|
||||
*/
|
||||
save_command_line(argc, argv);
|
||||
|
||||
s = strrchr(argv[0], '/');
|
||||
|
Reference in New Issue
Block a user