Ignore:
Timestamp:
Jul 22, 2006, 6:50:15 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
0511771
Parents:
621ecb5
Message:
  • 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/base-files/default/etc/rc.conf

    r621ecb5 rd30e6bd  
    11#!/bin/sh
    2 # set the following to "YES" to turn them on
     2# set variables service=YES|NO (YES to enable, NO to disable)
     3# set variables service_flags="X" (NO to disable the service)
     4# note: for flags, X can be empty
Note: See TracChangeset for help on using the changeset viewer.