Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -0,0 +1,19 @@
#!/bin/sh
# PROVIDE: openstack_init
# REQUIRE: mountcritlocal
# BEFORE: SERVERS
$_rc_subr_loaded . /etc/rc.subr
name="openstack_init"
start_cmd="openstack_init"
openstack_init()
{
test "x`hostname`" = "x" && eval $( /usr/pkg/sbin/openstack_init.py )
}
load_rc_config $name
run_rc_command "$1"