source: freewrt/package/openntpd/files/ntpd.init@ d30e6bd

freewrt_1_0 freewrt_2_0
Last change on this file since d30e6bd was d30e6bd, checked in by Thorsten Glaser <tg@…>, 19 years ago
  • base-files: we'll have variables of the style | firewall=NO | ssh=YES and variables of the style | ntpd_flags=-s | ntpd_flags="" | ntpd_flags=NO
  • openntpd: convert to use functions.sh stuff

git-svn-id: svn://www.freewrt.org/trunk/freewrt@369 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 101 bytes
Line 
1#!/bin/sh
2. /etc/rc.conf
3mkdir -p /tmp/.ntp
4[ x"$ntpd_flags" = x"NO" ] || /usr/sbin/ntpd $ntpd_flags
Note: See TracBrowser for help on using the repository browser.