rdate.ip-up 89 B

1234
  1. #!/bin/mksh
  2. . /etc/rc.conf
  3. [[ $rdate_flags = NO ]] || /usr/ucb/rdate $rdate_flags
  4. exit 0