From 438b9325db5e1aa3ada93de70dc56871dba4231c Mon Sep 17 00:00:00 2001 From: Stefan Grundmann Date: Thu, 8 Nov 2018 08:42:48 +0000 Subject: [PATCH] FreeBSD rc scripts: remove nojail keyword since it can be deployed in jails --- packaging/rc.d/albatross_console | 2 +- packaging/rc.d/albatross_daemon | 2 +- packaging/rc.d/albatross_influx | 2 +- packaging/rc.d/albatross_log | 2 +- packaging/rc.d/albatross_stat | 2 +- packaging/rc.d/albatross_tls | 2 +- packaging/rc.d/albatross_x | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packaging/rc.d/albatross_console b/packaging/rc.d/albatross_console index 85db63d..21eeff5 100755 --- a/packaging/rc.d/albatross_console +++ b/packaging/rc.d/albatross_console @@ -4,7 +4,7 @@ # # PROVIDE: albatross_console # REQUIRE: LOGIN -# KEYWORD: shutdown nojail +# KEYWORD: shutdown # # Define these albatross_console_* variables in one of these files # /etc/rc.conf diff --git a/packaging/rc.d/albatross_daemon b/packaging/rc.d/albatross_daemon index ad40dac..44d4f53 100755 --- a/packaging/rc.d/albatross_daemon +++ b/packaging/rc.d/albatross_daemon @@ -4,7 +4,7 @@ # # PROVIDE: albatross_daemon # REQUIRE: LOGIN albatross_console albatross_log albatross_stat -# KEYWORD: shutdown nojail +# KEYWORD: shutdown # # Define these albatross_daemon_* variables in one of these files # /etc/rc.conf diff --git a/packaging/rc.d/albatross_influx b/packaging/rc.d/albatross_influx index 98a61c2..eba847a 100755 --- a/packaging/rc.d/albatross_influx +++ b/packaging/rc.d/albatross_influx @@ -4,7 +4,7 @@ # # PROVIDE: albatross_influx # REQUIRE: LOGIN albatross_stat -# KEYWORD: shutdown nojail +# KEYWORD: shutdown # # Define these albatross_influx_* variables in one of these files # /etc/rc.conf diff --git a/packaging/rc.d/albatross_log b/packaging/rc.d/albatross_log index f2b6eeb..b8d8eb3 100755 --- a/packaging/rc.d/albatross_log +++ b/packaging/rc.d/albatross_log @@ -4,7 +4,7 @@ # # PROVIDE: albatross_log # REQUIRE: LOGIN -# KEYWORD: shutdown nojail +# KEYWORD: shutdown # # Define these albatross_log_* variables in one of these files # /etc/rc.conf diff --git a/packaging/rc.d/albatross_stat b/packaging/rc.d/albatross_stat index 6938433..c460a87 100755 --- a/packaging/rc.d/albatross_stat +++ b/packaging/rc.d/albatross_stat @@ -4,7 +4,7 @@ # # PROVIDE: albatross_stat # REQUIRE: LOGIN -# KEYWORD: shutdown nojail +# KEYWORD: shutdown # # Define these albatross_stat_* variables in one of these files # /etc/rc.conf diff --git a/packaging/rc.d/albatross_tls b/packaging/rc.d/albatross_tls index d690f36..e736089 100755 --- a/packaging/rc.d/albatross_tls +++ b/packaging/rc.d/albatross_tls @@ -4,7 +4,7 @@ # # PROVIDE: albatross_tls # REQUIRE: LOGIN albatross_daemon -# KEYWORD: shutdown nojail +# KEYWORD: shutdown # # Define these albatross_tls_* variables in one of these files # /etc/rc.conf diff --git a/packaging/rc.d/albatross_x b/packaging/rc.d/albatross_x index 135b0ab..c1af803 100755 --- a/packaging/rc.d/albatross_x +++ b/packaging/rc.d/albatross_x @@ -4,7 +4,7 @@ # # PROVIDE: albatross_x # REQUIRE: LOGIN albatross_daemon -# KEYWORDS: shutdown nojail +# KEYWORDS: shutdown # # Define these albatross_x_* variables in one of these files # /etc/rc.conf