7 lines
75 B
Plaintext
Raw Normal View History

1999-12-09 13:01:21 +00:00
#!/bin/sh
if [ -x /etc/init.d/xntp ]
then
/etc/init.d/xntp stop
fi
exit 0