hrs 2197b3dd4a MFC r270780:
Fix rc.d/gssd script to define the default values in a standard way.

MFC r270781:
  - Add a warning message when an IPv6 address is specified with no prefixlen.
  - Use a parameter argument in jls(8) instead of doing grep.
2014-10-09 23:33:33 +00:00

17 lines
173 B
Bash
Executable File

#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: gssd
# REQUIRE: root
# KEYWORD: nojail shutdown
. /etc/rc.subr
name=gssd
rcvar=gssd_enable
load_rc_config $name
run_rc_command "$1"