summaryrefslogtreecommitdiff
path: root/buildpkg.sh.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2020-12-22 19:43:55 +1100
committerDamien Miller <djm@mindrot.org>2020-12-22 19:43:55 +1100
commit931c93389a80e32272712459b1102d303844453d (patch)
treee843f31c247df59954c826719046d3700d30d8fc /buildpkg.sh.in
parent397b1c4d393f97427283a4717e9015a2bd31b8a5 (diff)
downloadopenssh-git-931c93389a80e32272712459b1102d303844453d.tar.gz
whitespace at EOL
Diffstat (limited to 'buildpkg.sh.in')
-rw-r--r--buildpkg.sh.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/buildpkg.sh.in b/buildpkg.sh.in
index 4ccc5f8d..15555cd7 100644
--- a/buildpkg.sh.in
+++ b/buildpkg.sh.in
@@ -268,7 +268,7 @@ then
touch space
else
cat > space << _EOF
-# extra space required by start/stop links added by installf
+# extra space required by start/stop links added by installf
# in postinstall
$TEST_DIR/etc/rc0.d/${SYSVINITSTOPT}${SYSVINIT_NAME} 0 1
$TEST_DIR/etc/rc2.d/${SYSVINITSTART}${SYSVINIT_NAME} 0 1
@@ -293,7 +293,7 @@ cat >> preinstall << _EOF
#
if [ "\${PRE_INS_STOP}" = "yes" ]
then
- if [ $DO_SMF -eq 1 ]
+ if [ $DO_SMF -eq 1 ]
then
svcadm disable $OPENSSH_FMRI
else
@@ -326,7 +326,7 @@ cat > postinstall << _EOF
if [ $DO_SMF -eq 1 ]
then
- # Delete the existing service, if it exists, then import the
+ # Delete the existing service, if it exists, then import the
# new one.
if svcs $OPENSSH_FMRI > /dev/null 2>&1
then
@@ -438,7 +438,7 @@ echo "Building preremove file..."
cat > preremove << _EOF
#! ${SCRIPT_SHELL}
#
-if [ $DO_SMF -eq 1 ]
+if [ $DO_SMF -eq 1 ]
then
svcadm disable $OPENSSH_FMRI
else