| ![[BACK]](/icons/cvsweb/back.gif) Return to preinstall CVS log ![[TXT]](/icons/cvsweb/text.gif) | ![[DIR]](/icons/cvsweb/dir.gif) Up to  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ntp / scripts / rc1 | 
1.1       misho       1: #!/bin/sh
                      2: if [ -x /etc/init.d/xntp ]
                      3: then
                      4:        /etc/init.d/xntp stop
                      5: fi
                      6: exit 0