[Openvas-commits] r5688 - trunk/tools/openvas-lsc-target-preparation
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Oct 23 21:02:45 CEST 2009
Author: mattm
Date: 2009-10-23 21:02:45 +0200 (Fri, 23 Oct 2009)
New Revision: 5688
Modified:
trunk/tools/openvas-lsc-target-preparation/Changelog
trunk/tools/openvas-lsc-target-preparation/Makefile
trunk/tools/openvas-lsc-target-preparation/README
Log:
* Makefile, README: Flush trailing whitespace.
Modified: trunk/tools/openvas-lsc-target-preparation/Changelog
===================================================================
--- trunk/tools/openvas-lsc-target-preparation/Changelog 2009-10-23 14:18:41 UTC (rev 5687)
+++ trunk/tools/openvas-lsc-target-preparation/Changelog 2009-10-23 19:02:45 UTC (rev 5688)
@@ -1,3 +1,7 @@
+2009-10-23 Matthew Mundell <matthew.mundell at intevation.de>
+
+ * Makefile, README: Flush trailing whitespace.
+
2009-10-02 Matthew Mundell <matthew.mundell at intevation.de>
* MANIFEST: Add newline at end of file.
Modified: trunk/tools/openvas-lsc-target-preparation/Makefile
===================================================================
--- trunk/tools/openvas-lsc-target-preparation/Makefile 2009-10-23 14:18:41 UTC (rev 5687)
+++ trunk/tools/openvas-lsc-target-preparation/Makefile 2009-10-23 19:02:45 UTC (rev 5688)
@@ -11,7 +11,7 @@
default:
# NOP, no operation
-# Creating the fundamental directories and contents for the RPM
+# Creating the fundamental directories and contents for the RPM
# building, not using the system defaults
configure: rpmdist
mkdir SOURCES
@@ -19,7 +19,7 @@
mkdir BUILD
mv $(RPMNAME)-$(VERSION).tar.gz SOURCES/
-install:
+install:
cp lsc-pubkey.pub $(RPM_BUILD_ROOT)/home/$(PUBKEYNAME)/.ssh/authorized_keys
clean:
@@ -31,7 +31,7 @@
cp ~/.ssh/id_rsa.pub id_rsa_sshovas.pub
sh create-rpm.sh id_rsa_sshovas.pub
-# "make rpmdist" Packing this same system with the changed name into RPM SOURCES
+# "make rpmdist" Packing this same system with the changed name into RPM SOURCES
# directory
rpmdist: clean
echo $(FILES)
@@ -58,13 +58,13 @@
./makeself-2.1.5/makeself.sh --nox11 --notemp --nocomp $(PACKDIR) openvas-ssh-client-rpm-creator.sh "OpenVAS ssh client RPM creator" ./create-rpm.sh
rm -rf $(PACKDIR)
-# If you plan to add files or directories to this system, please do
+# If you plan to add files or directories to this system, please do
# "make distclean", add the files and then
# "make manifest". So everything should go straight.
manifest:
ls > MANIFEST
-#
+#
distclean: clean
rm -f PUBKEYNAME *.spec lsc-pubkey.pub
touch PUBKEYNAME lsc-pubkey.pub
Modified: trunk/tools/openvas-lsc-target-preparation/README
===================================================================
--- trunk/tools/openvas-lsc-target-preparation/README 2009-10-23 14:18:41 UTC (rev 5687)
+++ trunk/tools/openvas-lsc-target-preparation/README 2009-10-23 19:02:45 UTC (rev 5688)
@@ -34,7 +34,7 @@
make distclean
-then add the files, and do a
+then add the files, and do a
make manifest
More information about the Openvas-commits
mailing list