diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-12-03 22:18:36 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-12-03 22:18:36 (EST) |
commit | 15e0978f4a49c2cd82fb553114c556489dc1faac (patch) | |
tree | 4b9e8b1003480a04903aaae96f2d89fc578bb326 | |
parent | 3c980523b904caa0ff1ad1406986e28fe4f655fb (diff) |
prof_proteanos_configure_system_foreign(): Wrap long line
-rw-r--r-- | lib/profile/proteanos.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/profile/proteanos.sh b/lib/profile/proteanos.sh index ef55d8c..f19af65 100644 --- a/lib/profile/proteanos.sh +++ b/lib/profile/proteanos.sh @@ -239,7 +239,8 @@ prof_proteanos_configure_system_foreign() local arch="${2}" local plat="${3}" - printf '%s' "${prof_proteanos_install_service}" >"${root}/etc/rc.d/S10install" + printf '%s' "${prof_proteanos_install_service}" \ + >"${root}/etc/rc.d/S10install" chmod 0755 "${root}/etc/rc.d/S10install" printf 'proteanos\n' >"${root}/etc/hostname" [ -e "${root}/etc/passwd" ] || printf \ |