mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 06:29:51 -04:00
7 lines
75 B
Bash
7 lines
75 B
Bash
#!/bin/sh
|
|
if [ -x /etc/init.d/xntp ]
|
|
then
|
|
/etc/init.d/xntp stop
|
|
fi
|
|
exit 0
|