diff options
author | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-10-27 23:29:24 +0100 |
---|---|---|
committer | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-10-27 23:29:24 +0100 |
commit | b1c56622b1c4a3e390de269e8c28af133f2472c9 (patch) | |
tree | bc163c8f75972c366251917e5f33a5bf24731a40 /create-ssl-certificate | |
parent | e5e0ff96d4cada38f335b7a2b316dbc9cfd51952 (diff) | |
download | rpm-helper-b1c56622b1c4a3e390de269e8c28af133f2472c9.tar rpm-helper-b1c56622b1c4a3e390de269e8c28af133f2472c9.tar.gz rpm-helper-b1c56622b1c4a3e390de269e8c28af133f2472c9.tar.bz2 rpm-helper-b1c56622b1c4a3e390de269e8c28af133f2472c9.tar.xz rpm-helper-b1c56622b1c4a3e390de269e8c28af133f2472c9.zip |
Synthesized commit during git-svn import combining previous Mandriva history with Magiea.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r2081 | dmorgan | 2011-10-27 23:29:24 +0100 (Thu, 27 Oct 2011) | 1 line
import rpm-helper
------------------------------------------------------------------------
Diffstat (limited to 'create-ssl-certificate')
-rwxr-xr-x | create-ssl-certificate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create-ssl-certificate b/create-ssl-certificate index 954f187..0f3ed13 100755 --- a/create-ssl-certificate +++ b/create-ssl-certificate @@ -1,5 +1,5 @@ #!/bin/sh -# $Id$ +# $Id: create-ssl-certificate 255059 2009-03-29 21:29:57Z guillomovitch $ # helper script for creating ssl certificates while [ $# -gt 0 ]; do |