Deleted Added
full compact
postrandom (239596) postrandom (240336)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/etc/rc.d/postrandom 239596 2012-08-22 22:34:55Z obrien $
3# $FreeBSD: head/etc/rc.d/postrandom 240336 2012-09-11 05:04:59Z obrien $
4#
5
6# PROVIDE: postrandom
4#
5
6# PROVIDE: postrandom
7# REQUIRE: initrandom random var
7# REQUIRE: initrandom random FILESYSTEMS
8# BEFORE: LOGIN
9# KEYWORD: nojail
10
11. /etc/rc.subr
12
13name="postrandom"
14start_cmd="${name}_start"
15stop_cmd=":"

--- 26 unchanged lines hidden ---
8# BEFORE: LOGIN
9# KEYWORD: nojail
10
11. /etc/rc.subr
12
13name="postrandom"
14start_cmd="${name}_start"
15stop_cmd=":"

--- 26 unchanged lines hidden ---