Check-in [aea391e34e]
Logged in as anonymous
Overview
Comment:add cleanvar
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: aea391e34e21b2b28ef4b2cbe7f3dfa2709cf467cda73bbaced923d3a8100a46
User & Date: arcade on 2019-10-19 09:00:14.115
Other Links: manifest | tags
Context
2019-10-19
22:52
add more services and init targets add daemonizer check-in: 5062c9b6fc user: arcade tags: trunk
09:00
add cleanvar check-in: aea391e34e user: arcade tags: trunk
08:52
add bootfs, hostname, kld, wlans, config comment, network initialization check-in: 2f11a995dc user: arcade tags: trunk
Changes
Added cleanvar.init version [5b33a833d1].
Modified mrc.conf from [889a186b78] to [b4e4feefdb].
1
2



3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# vim:ft=make:




# random
# ENTROPY_FILE=/var/db/entropy/random
# ENTROPY_DIR=/var/db/entropy

# hostname
# HOSTNAME=Amnesiac

# ifconfig
# IFCONFIG_IFACES=lo0
# IFCONFIG_lo0=inet 127.0.0.1/8 up

# kld
# KLD_LIST=### ### ###

# wlans
# WLANS_###=wlan#
# WLANS_wlan#_ARGS=ssid FreeWifi


>
>
>
















|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# vim:ft=make:

# cleanvar
# CLEANVAR_DIRS=/var/run /var/spool/lock /var/spool/uucp/.Temp

# random
# ENTROPY_FILE=/var/db/entropy/random
# ENTROPY_DIR=/var/db/entropy

# hostname
# HOSTNAME=Amnesiac

# ifconfig
# IFCONFIG_IFACES=lo0
# IFCONFIG_lo0=inet 127.0.0.1/8 up

# kld
# KLD_LIST=### ### ###

# wlans
# WLANS_###=wlan#
# WLANS_wlan#_ARGS=### ###