...and fix whitespace

This commit is contained in:
kamila 2017-09-02 16:52:14 +02:00
parent e9b09e954b
commit e32d0d1ce7
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ if [ -f "$__object/parameter/install-init-script" ]; then
freebsd)
__config_file /etc/rc.conf.d/svscan --source - <<-EOT
svscan_enable="YES"
svscan_servicedir="$servicedir"
EOT
svscan_servicedir="$servicedir"
EOT
require="$require __package/$pkg __directory/$servicedir __config_file/etc/rc.conf.d/svscan" \
__process svscan --start 'service svscan start'
;;