aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-10-27 23:29:24 +0100
committerMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-10-27 23:29:24 +0100
commitb1c56622b1c4a3e390de269e8c28af133f2472c9 (patch)
treebc163c8f75972c366251917e5f33a5bf24731a40
parente5e0ff96d4cada38f335b7a2b316dbc9cfd51952 (diff)
downloadrpm-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 ------------------------------------------------------------------------
-rwxr-xr-xadd-group2
-rwxr-xr-xadd-service2
-rwxr-xr-xadd-shell2
-rwxr-xr-xadd-syslog2
-rwxr-xr-xadd-user2
-rwxr-xr-xcreate-file2
-rwxr-xr-xcreate-ssl-certificate2
-rwxr-xr-xdel-group2
-rwxr-xr-xdel-service2
-rwxr-xr-xdel-shell2
-rwxr-xr-xdel-syslog2
-rwxr-xr-xdel-user2
-rwxr-xr-xget-password2
-rw-r--r--rpm-helper.macros.in2
-rwxr-xr-xverify-shell2
15 files changed, 15 insertions, 15 deletions
diff --git a/add-group b/add-group
index 603466e..fd436f2 100755
--- a/add-group
+++ b/add-group
@@ -3,7 +3,7 @@
# Project : Mandriva Linux
# Module : rpm-helper
# File : add-group
-# Version : $Id$
+# Version : $Id: add-group 255253 2009-03-31 13:53:41Z guillomovitch $
# Author : Frederic Lepied
# Created On : Mon Jul 29 15:07:28 2002
# Purpose : helper script for rpm scriptlets to add a
diff --git a/add-service b/add-service
index 731a66b..39c6607 100755
--- a/add-service
+++ b/add-service
@@ -3,7 +3,7 @@
# Project : Mandriva Linux
# Module : rpm-helper
# File : add-service
-# Version : $Id$
+# Version : $Id: add-service 265147 2010-01-23 18:03:02Z guillomovitch $
# Author : Frederic Lepied
# Created On : Mon Jul 8 08:14:34 2002
# Purpose : helper script for rpm scriptlets to add a
diff --git a/add-shell b/add-shell
index 2949063..b271307 100755
--- a/add-shell
+++ b/add-shell
@@ -3,7 +3,7 @@
# Project : Mandriva Linux
# Module : rpm-helper
# File : add-shell
-# Version : $Id$
+# Version : $Id: add-shell 15869 2005-09-10 05:27:44Z flepied $
# Author : Thierry Vignaud
# Created On : Tue Nov 5 13:52:20 2002
# Purpose : helper script for rpm scriptlets to add a
diff --git a/add-syslog b/add-syslog
index dd51527..b17cfa7 100755
--- a/add-syslog
+++ b/add-syslog
@@ -1,6 +1,6 @@
#!/usr/bin/perl
# rpm helper scriptlet to add an entry into default syslog implementation
-# $Id$
+# $Id: add-syslog 265807 2010-02-04 19:58:23Z guillomovitch $
use Getopt::Std;
use strict;
diff --git a/add-user b/add-user
index ac54186..9e6f16e 100755
--- a/add-user
+++ b/add-user
@@ -3,7 +3,7 @@
# Project : Mandriva Linux
# Module : rpm-helper
# File : add-user
-# Version : $Id$
+# Version : $Id: add-user 269653 2010-05-29 11:08:20Z guillomovitch $
# Author : Frederic Lepied
# Created On : Mon Jul 8 08:14:34 2002
# Purpose : helper script for rpm scriptlets to add a
diff --git a/create-file b/create-file
index 6ae3417..abc5a76 100755
--- a/create-file
+++ b/create-file
@@ -3,7 +3,7 @@
# Project : Mandriva Linux
# Module : rpm-helper
# File : create-file
-# Version : $Id$
+# Version : $Id: create-file 219536 2007-05-08 14:54:13Z herton $
# Author : Frederic Lepied
# Created On : Wed Jul 10 15:12:29 2002
# Purpose : helper script for rpm scriptlets to create
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
diff --git a/del-group b/del-group
index 6949791..132ad9f 100755
--- a/del-group
+++ b/del-group
@@ -3,7 +3,7 @@
# Project : Mandriva Linux
# Module : rpm-helper
# File : del-group
-# Version : $Id$
+# Version : $Id: del-group 15869 2005-09-10 05:27:44Z flepied $
# Author : Frederic Lepied
# Created On : Mon Jul 29 16:17:34 2002
# Purpose : helper script for rpm scriptlets to remove a
diff --git a/del-service b/del-service
index 5f62689..34c2328 100755
--- a/del-service
+++ b/del-service
@@ -3,7 +3,7 @@
# Project : Mandriva Linux
# Module : rpm-helper
# File : del-service
-# Version : $Id$
+# Version : $Id: del-service 263135 2009-10-30 16:58:08Z blino $
# Author : Frederic Lepied
# Created On : Tue Jul 9 08:11:26 2002
# Purpose : helper script for rpm scriptlets to remove a
diff --git a/del-shell b/del-shell
index baeee15..3121767 100755
--- a/del-shell
+++ b/del-shell
@@ -3,7 +3,7 @@
# Project : Mandriva Linux
# Module : rpm-helper
# File : del-shell
-# Version : $Id$
+# Version : $Id: del-shell 219553 2007-05-09 08:42:48Z bor $
# Author : Thierry Vignaud
# Created On : Tue Nov 5 13:52:20 2002
# Purpose : helper script for rpm scriptlets to remove a
diff --git a/del-syslog b/del-syslog
index 62b9767..577fb5d 100755
--- a/del-syslog
+++ b/del-syslog
@@ -1,6 +1,6 @@
#!/usr/bin/perl
# rpm helper scriptlet to remove a syslog entry (sysklogd and syslog-ng)
-# $Id$
+# $Id: del-syslog 265808 2010-02-04 19:58:44Z guillomovitch $
use strict;
main(@ARGV) unless caller();
diff --git a/del-user b/del-user
index 5938c97..b2e8529 100755
--- a/del-user
+++ b/del-user
@@ -3,7 +3,7 @@
# Project : Mandriva Linux
# Module : rpm-helper
# File : del-user
-# Version : $Id$
+# Version : $Id: del-user 15869 2005-09-10 05:27:44Z flepied $
# Author : Frederic Lepied
# Created On : Mon Jul 8 08:26:40 2002
# Purpose : helper script for rpm scriptlets to remove a
diff --git a/get-password b/get-password
index caa783a..042f91e 100755
--- a/get-password
+++ b/get-password
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id$
+# $Id: get-password 22580 2007-02-15 15:25:04Z guillomovitch $
# helper script for rpm scriptlets to get a random password
if [ -n "$1" ]; then
diff --git a/rpm-helper.macros.in b/rpm-helper.macros.in
index d567f10..2ea187f 100644
--- a/rpm-helper.macros.in
+++ b/rpm-helper.macros.in
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: rpm-helper.macros.in 265742 2010-02-03 22:47:17Z guillomovitch $
%_rpm_helper_dir @pkgdatadir@
diff --git a/verify-shell b/verify-shell
index 3aeefe6..a5fadc0 100755
--- a/verify-shell
+++ b/verify-shell
@@ -3,7 +3,7 @@
# Project : Mandriva Linux
# Module : rpm-helper
# File : verify-shell
-# Version : $Id$
+# Version : $Id: verify-shell 219553 2007-05-09 08:42:48Z bor $
# Author : Thierry Vignaud
# Created On : Tue Nov 5 13:52:20 2002
# Purpose : helper script for rpm scriptlets to check a