On 01 Jul 2002 16:41:25 CDT, Alex Borges writes: >Ive finnaly come to a point where i think im needing revision control >for my configuration files on some servers.... > >So i thought id come in and ask you guys if there is some vertical stuff >explicitly for this purpose or if you yourselves simply cvs ci your /etc >directory et all.. > >Or any tips would be appreciated (like "i use emacs and rcs...works for >me")
:) waldner@beren->~ $ cat `which rcsvi` #!/bin/sh /usr/bin/co -l $1 && /usr/bin/vi $1 ; /usr/bin/ci -u $1 exit cheers, &rw -- / Ing. Robert Waldner | Security Engineer | CoreTec IT-Security \ \ <[EMAIL PROTECTED]> | T +43 1 503 72 73 | F +43 1 503 72 73 x99 / -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]