[1668] in Moira
stella patch
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Thu Sep 14 20:56:58 2000
Message-Id: <200009150056.UAA00439@mary-kay-commandos.mit.edu>
To: moiradev@MIT.EDU
Date: Thu, 14 Sep 2000 20:56:55 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>
Default to "unique" if creating a host and we don't use -A on
the command line.
Index: stella.c
===================================================================
RCS file: /afs/athena.mit.edu/astaff/project/moiradev/repository/moira/clients/stella/stella.c,v
retrieving revision 1.5
diff -c -r1.5 stella.c
*** stella.c 2000/04/05 22:03:52 1.5
--- stella.c 2000/09/15 00:55:46
***************
*** 313,318 ****
--- 313,320 ----
argv[8] = network;
if (address)
argv[9] = address;
+ else
+ argv[9] = "unique";
if (adm_cmt)
argv[12] = adm_cmt;
if (op_cmt)