CLOUDSTACK-175 reduce config file to bare minimum by eliminating commented lines and whitespace
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/9a404157 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/9a404157 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/9a404157 Branch: refs/heads/master Commit: 9a404157718923ad3d00c3abb12946071c749f3c Parents: 8899180 Author: Chiradeep Vittal <[email protected]> Authored: Fri Sep 21 14:47:32 2012 -0700 Committer: Chiradeep Vittal <[email protected]> Committed: Fri Sep 21 14:47:32 2012 -0700 ---------------------------------------------------------------------- patches/systemvm/debian/vpn/etc/ipsec.secrets | 10 ---------- pom.xml | 1 - 2 files changed, 0 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9a404157/patches/systemvm/debian/vpn/etc/ipsec.secrets ---------------------------------------------------------------------- diff --git a/patches/systemvm/debian/vpn/etc/ipsec.secrets b/patches/systemvm/debian/vpn/etc/ipsec.secrets index 67ae698..d9a9a43 100644 --- a/patches/systemvm/debian/vpn/etc/ipsec.secrets +++ b/patches/systemvm/debian/vpn/etc/ipsec.secrets @@ -1,12 +1,2 @@ -# RCSID $Id: ipsec.secrets.proto,v 1.3.6.1 2005/09/28 13:59:14 paul Exp $ -# This file holds shared secrets or RSA private keys for inter-Pluto -# authentication. See ipsec_pluto(8) manpage, and HTML documentation. - -# RSA private key for this host, authenticating it to any other host -# which knows the public part. Suitable public keys, for ipsec.conf, DNS, -# or configuration of other implementations, can be extracted conveniently -# with "ipsec showhostkey". - -# this file is managed with debconf and will contain the automatically created RSA keys include /var/lib/openswan/ipsec.secrets.inc include /etc/ipsec.d/ipsec.*.secrets http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9a404157/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index eeb7606..cf1cc6f 100644 --- a/pom.xml +++ b/pom.xml @@ -248,7 +248,6 @@ <exclude>patches/systemvm/debian/config/var/www/html/userdata/.htaccess</exclude> <exclude>patches/systemvm/debian/config/var/www/html/latest/.htaccess</exclude> <exclude>patches/systemvm/debian/vpn/etc/ipsec.d/l2tp.conf</exclude> - <exclude>patches/systemvm/debian/vpn/etc/ipsec.secrets</exclude> <exclude>tools/devcloud/basebuild/puppet-devcloudinitial/files/network.conf</exclude> <exclude>tools/devcloud/devcloud.cfg</exclude> <exclude>ui/lib/flot/jquery.colorhelpers.js</exclude>
