[Linux-decnet-commit] CVS: dnprogs/apps copynodes.8,1.3,1.4
Brought to you by:
chrissie_c,
ph3-der-loewe
From: Christine C. <chr...@us...> - 2008-09-04 15:58:14
|
Update of /cvsroot/linux-decnet/dnprogs/apps In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1251/apps Modified Files: copynodes.8 Log Message: Warn users not to send copynodes output straight to /etc/decnet.conf. Index: copynodes.8 =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/apps/copynodes.8,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** copynodes.8 3 Sep 2008 15:43:32 -0000 1.3 --- copynodes.8 4 Sep 2008 15:58:09 -0000 1.4 *************** *** 17,21 **** You do need a fully-functioning DECnet system before using this command but you don't need any nodes other than the executor defined in ! decnet.conf. copynodes will copy the executor information already there into the new file. .br --- 17,23 ---- You do need a fully-functioning DECnet system before using this command but you don't need any nodes other than the executor defined in ! decnet.conf. ! .B copynodes ! will copy the executor information already there into the new file. .br *************** *** 25,30 **** The node name can also be a node address if you don't have any nodes defined in your existing decnet.conf. .SH EXAMPLE ! # copynodes 3.34 > /etc/decnet.conf .SH SEE ALSO .BR decnet.conf "(5), " setether "(8)" --- 27,39 ---- The node name can also be a node address if you don't have any nodes defined in your existing decnet.conf. + .br + DO NOT attempt to redirect the output of + .B copynodes + directly into /etc/decnet.conf. It will fail and destroy your existing + configuration file! Send it to a temporary file and then copy it (see EXAMPLES) .SH EXAMPLE ! # copynodes 3.34 > /tmp/decnet.conf ! .br ! # mv /tmp/decnet.conf /etc .SH SEE ALSO .BR decnet.conf "(5), " setether "(8)" |