summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-22 09:56:58 -0300
committerRenato Botelho <renato@netgate.com>2015-09-22 09:56:58 -0300
commit937af80ffaa60cda5dd07abe75baba14fe44b4f5 (patch)
tree765afe3455a670cf160d993ee111e3acecc89ad0 /etc
parent5ecf856cff5263e8ae0cb661982c2a7bd986d97c (diff)
parent2b06f06f2d6b9b6b4a1eb0d93cddf43277fcd295 (diff)
downloadFreeBSD-src-937af80ffaa60cda5dd07abe75baba14fe44b4f5.zip
FreeBSD-src-937af80ffaa60cda5dd07abe75baba14fe44b4f5.tar.gz
Merge branch 'stable/10' into devel
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/periodic.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/defaults/periodic.conf b/etc/defaults/periodic.conf
index 3cde9b5..14f1a08 100644
--- a/etc/defaults/periodic.conf
+++ b/etc/defaults/periodic.conf
@@ -365,8 +365,12 @@ if [ -z "${source_periodic_confs_defined}" ]; then
*) return 0 ;;
esac
;;
+ '')
+ # Script run manually.
+ return 0
+ ;;
*)
- echo "ASSERTION FAILED: Unexpected value for " \
+ echo "ASSERTION FAILED: Unexpected value for" \
"\$PERIODIC: '$PERIODIC'" >&2
exit 127
;;
OpenPOWER on IntegriCloud