source:
tt-tools/bin/synchro_net_perso.sh
@
13
Last change on this file since 13 was 6, checked in by guillaume, 17 years ago | |
---|---|
|
|
File size: 211 bytes |
Rev | Line | |
---|---|---|
[6] | 1 | #! /bin/sh |
2 | ||
3 | SSH="ssh -p ${TWINTACT_PORT} -i ${TWINTACT_SHARE}/id_dsa root@twintact" | |
4 | ||
5 | echo " | |
6 | pkill syslogd | |
7 | syslogd -R 192.168.0.5 | |
8 | " | $SSH ash -s | |
9 | ||
10 | logger -i -p kern.info -t TwinTact "Syslog TwinTact relancé" |
Note: See TracBrowser
for help on using the repository browser.