diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-05-21 20:00:14 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-05-21 20:01:58 -0400 |
commit | a11fe67bac39409a738d987823ad990bc2a49f6a (patch) | |
tree | 16d38504a106f38e2a9c9f05b7567a2e22ad10f7 /system/clamsmtp/doinst.sh | |
parent | ab0586e7c5c26167908e1872c8005760446ecab5 (diff) |
Fix files with no newline at the end.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/clamsmtp/doinst.sh')
-rw-r--r-- | system/clamsmtp/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/clamsmtp/doinst.sh b/system/clamsmtp/doinst.sh index 4f31733f91b0..6053858dd217 100644 --- a/system/clamsmtp/doinst.sh +++ b/system/clamsmtp/doinst.sh @@ -19,4 +19,4 @@ if [ -e etc/rc.d/rc.clamsmtpd ]; then fi config etc/rc.d/rc.clamsmtpd.new -config etc/clamsmtpd.conf.new
\ No newline at end of file +config etc/clamsmtpd.conf.new |