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 | |
parent | ab0586e7c5c26167908e1872c8005760446ecab5 (diff) | |
download | slackbuilds-a11fe67bac39409a738d987823ad990bc2a49f6a.tar.gz |
Fix files with no newline at the end.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/clamsmtp/README | 2 | ||||
-rw-r--r-- | system/clamsmtp/doinst.sh | 2 | ||||
-rw-r--r-- | system/curlftpfs/README | 2 | ||||
-rw-r--r-- | system/dconf/dconf.info | 2 | ||||
-rw-r--r-- | system/dosemu/dosemu.SlackBuild | 2 | ||||
-rw-r--r-- | system/extundelete/slack-desc | 2 | ||||
-rw-r--r-- | system/microcode_ctl/README | 2 | ||||
-rw-r--r-- | system/virtualbox-addons/kwin_blacklist_vbox.sh | 2 | ||||
-rw-r--r-- | system/virtualbox/vbox.cfg | 2 | ||||
-rw-r--r-- | system/winetricks/README | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/system/clamsmtp/README b/system/clamsmtp/README index 167492f8db..a7b32729e1 100644 --- a/system/clamsmtp/README +++ b/system/clamsmtp/README @@ -3,4 +3,4 @@ ClamAV anti-virus software. It accepts SMTP connections and forwards the SMTP commands and responses to another SMTP server. The 'DATA' email body is intercepted and scanned before forwarding. -ClamAV (available at SlackBuilds.org) is required for this package.
\ No newline at end of file +ClamAV (available at SlackBuilds.org) is required for this package. diff --git a/system/clamsmtp/doinst.sh b/system/clamsmtp/doinst.sh index 4f31733f91..6053858dd2 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 diff --git a/system/curlftpfs/README b/system/curlftpfs/README index 7c8165d93f..f8d8efc239 100644 --- a/system/curlftpfs/README +++ b/system/curlftpfs/README @@ -1,2 +1,2 @@ CurlFtpFS is a filesystem for acessing ftp hosts based on FUSE and -libcurl. It automatically reconnects if the server times out.
\ No newline at end of file +libcurl. It automatically reconnects if the server times out. diff --git a/system/dconf/dconf.info b/system/dconf/dconf.info index 07fbc16dc7..232c316743 100644 --- a/system/dconf/dconf.info +++ b/system/dconf/dconf.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="David Somero" EMAIL="dsomero@hotmail.com" -APPROVED="nobody"
\ No newline at end of file +APPROVED="nobody" diff --git a/system/dosemu/dosemu.SlackBuild b/system/dosemu/dosemu.SlackBuild index c4d221d7b6..6c439772fb 100644 --- a/system/dosemu/dosemu.SlackBuild +++ b/system/dosemu/dosemu.SlackBuild @@ -113,4 +113,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
\ No newline at end of file +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/system/extundelete/slack-desc b/system/extundelete/slack-desc index febddbf3ef..31994ac919 100644 --- a/system/extundelete/slack-desc +++ b/system/extundelete/slack-desc @@ -16,4 +16,4 @@ extundelete: deleted from the partition. extundelete: extundelete was written by Nic Case. It's GPLv2 extundelete: extundelete: Homepage: http://extundelete.sourceforge.net/ -extundelete:
\ No newline at end of file +extundelete: diff --git a/system/microcode_ctl/README b/system/microcode_ctl/README index c1cf47a6f8..9f1bf92d33 100644 --- a/system/microcode_ctl/README +++ b/system/microcode_ctl/README @@ -23,4 +23,4 @@ init script in rc.local: if [ -e "/etc/rc.d/rc.microcode_ctl" ]; /etc/rc.d/rc.microcode_ctl start -fi
\ No newline at end of file +fi diff --git a/system/virtualbox-addons/kwin_blacklist_vbox.sh b/system/virtualbox-addons/kwin_blacklist_vbox.sh index a1ee4ea558..ed7d07fe1d 100644 --- a/system/virtualbox-addons/kwin_blacklist_vbox.sh +++ b/system/virtualbox-addons/kwin_blacklist_vbox.sh @@ -5,4 +5,4 @@ done echo "" echo "[Compositing]" echo "OpenGLIsUnsafe=true" -echo ""
\ No newline at end of file +echo "" diff --git a/system/virtualbox/vbox.cfg b/system/virtualbox/vbox.cfg index f540622273..defd57695c 100644 --- a/system/virtualbox/vbox.cfg +++ b/system/virtualbox/vbox.cfg @@ -2,4 +2,4 @@ INSTALL_DIR="/usr/LIBDIR/virtualbox" # vboxdrv source location -MODULE_SRC="/usr/src"
\ No newline at end of file +MODULE_SRC="/usr/src" diff --git a/system/winetricks/README b/system/winetricks/README index 99ca9c4257..06c117571f 100644 --- a/system/winetricks/README +++ b/system/winetricks/README @@ -5,4 +5,4 @@ run programs in Wine. This build script uses a snapshot script that was downloaded and is hosted by the script maintainer. -This requires wine and cabextract.
\ No newline at end of file +This requires wine and cabextract. |