From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 11 Apr 2008 06:30:25 -0000 Subject: [Cluster-devel] conga luci/init.d/luci luci/site/luci/var/cert ... Message-ID: <20080411063025.20007.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe at sourceware.org 2008-04-11 06:30:25 Modified files: luci/init.d : luci luci/site/luci/var/certs: cacert.config make : version.in Log message: Fix typo Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/init.d/luci.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.14.2.3&r2=1.14.2.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/var/certs/cacert.config.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.4.1&r2=1.1.4.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.28.2.10&r2=1.28.2.11 --- conga/luci/init.d/luci 2008/04/10 22:13:49 1.14.2.3 +++ conga/luci/init.d/luci 2008/04/11 06:30:24 1.14.2.4 @@ -75,7 +75,7 @@ rm -f -- "$HTTPS_PRIVKEY" "$HTTPS_PUBKEY" /usr/bin/openssl genrsa -out "$HTTPS_PRIVKEY" "$KEY_BITS" >&/dev/null - /usr/bin/openssl req -new -x509 -key "$HTTPS_PRIVKEY" -out "$HTTPS_PUBKEY" -days "$KEY_LIFE_DAYS" -set-serial "$(/bin/date +%s)" -config /var/lib/luci/var/certs/cacert.config + /usr/bin/openssl req -new -x509 -key "$HTTPS_PRIVKEY" -out "$HTTPS_PUBKEY" -days "$KEY_LIFE_DAYS" -set_serial "$(/bin/date +%s)" -config /var/lib/luci/var/certs/cacert.config /bin/chmod -- 600 "$HTTPS_PRIVKEY" /bin/chmod -- 644 "$HTTPS_PUBKEY" /bin/chown -- $LUCI_USER:$LUCI_GROUP "$HTTPS_PRIVKEY" "$HTTPS_PUBKEY" --- conga/luci/site/luci/var/certs/cacert.config 2008/04/10 22:13:49 1.1.4.1 +++ conga/luci/site/luci/var/certs/cacert.config 2008/04/11 06:30:25 1.1.4.2 @@ -9,7 +9,7 @@ L = Conga O = Conga OU = Conga -CN = Luci Server +CN = luci server emailAddress = luci at localhost [ req_attributes ] --- conga/make/version.in 2008/04/07 20:11:44 1.28.2.10 +++ conga/make/version.in 2008/04/11 06:30:25 1.28.2.11 @@ -1,2 +1,2 @@ VERSION=0.11.1 -RELEASE=1 +RELEASE=2