2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +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:
David Lawrence
2000-08-09 23:40:16 +00:00
parent 281fce5ed7
commit 63fa0d3cf4

View File

@@ -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], '/');