[myproxy] No longer hard code /var/lib/myproxy since the default anyway now.

stevetraylen stevetraylen at fedoraproject.org
Sat Oct 1 19:17:25 UTC 2011


commit f65c943541e3067f006ce45e3a4cd6a86fec3b3d
Author: Steve Traylen <steve.traylen at cern.ch>
Date:   Sat Oct 1 21:16:26 2011 +0200

    No longer hard code /var/lib/myproxy since the default anyway now.

 myproxy.init      |    2 +-
 myproxy.spec      |    1 +
 myproxy.sysconfig |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/myproxy.init b/myproxy.init
index ebac8df..6a261d7 100644
--- a/myproxy.init
+++ b/myproxy.init
@@ -25,7 +25,7 @@ prog=$(basename $exec)
 
 # Defaults
 MYPROXY_USER=myproxy
-MYPROXY_OPTIONS="-s /var/lib/myproxy"
+MYPROXY_OPTIONS=""
 X509_USER_CERT=/etc/grid-security/myproxy/hostcert.pem
 X509_USER_KEY=/etc/grid-security/myproxy/hostkey.pem
 
diff --git a/myproxy.spec b/myproxy.spec
index 4597fbc..84db40a 100644
--- a/myproxy.spec
+++ b/myproxy.spec
@@ -391,6 +391,7 @@ fi
 * Sat Oct 1 2011 Steve Traylen <steve.traylen at cern.ch> - 5.5-1
 - Update to version 5.5, drop myproxy-globus-7129.patch, pII, pIII,
   fixed upstream.
+- No longer hard code /var/lib/myproxy since the default anyway now.
 
 * Thu Sep 1 2011 Steve Traylen <steve.traylen at cern.ch> - 5.4-4
 - Add myproxy-globus-7129-PartII.patch patch and 
diff --git a/myproxy.sysconfig b/myproxy.sysconfig
index 1d4e244..ac749c1 100644
--- a/myproxy.sysconfig
+++ b/myproxy.sysconfig
@@ -2,7 +2,7 @@
 
 # Override these defaults here.
 ## MYPROXY_USER=myproxy
-## MYPROXY_OPTIONS="-s /var/lib/myproxy"
+## MYPROXY_OPTIONS=""
 ## X509_USER_CERT=/etc/grid-security/myproxy/hostcert.pem
 ## X509_USER_KEY=/etc/grid-security/myproxy/hostkey.pem
 


More information about the scm-commits mailing list