From bc72f756996e4539d7ad043f9cddf1ca98168243 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 30 Oct 2011 14:32:41 +0000 Subject: Set svn:keywords on the files that use it. --- add-group | 2 +- add-service | 2 +- add-shell | 2 +- add-syslog | 2 +- add-user | 2 +- create-file | 2 +- create-ssl-certificate | 2 +- del-group | 2 +- del-service | 2 +- del-shell | 2 +- del-syslog | 2 +- del-user | 2 +- get-password | 2 +- rpm-helper.macros.in | 2 +- verify-shell | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/add-group b/add-group index fd436f2..603466e 100755 --- a/add-group +++ b/add-group @@ -3,7 +3,7 @@ # Project : Mandriva Linux # Module : rpm-helper # File : add-group -# Version : $Id: add-group 255253 2009-03-31 13:53:41Z guillomovitch $ +# Version : $Id$ # 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 a267439..dbd2816 100755 --- a/add-service +++ b/add-service @@ -3,7 +3,7 @@ # Project : Mandriva Linux # Module : rpm-helper # File : add-service -# Version : $Id: add-service 272144 2011-03-20 18:42:29Z bor $ +# Version : $Id$ # Authors : Frederic Lepied, Andrey Borzenkov # 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 b271307..2949063 100755 --- a/add-shell +++ b/add-shell @@ -3,7 +3,7 @@ # Project : Mandriva Linux # Module : rpm-helper # File : add-shell -# Version : $Id: add-shell 15869 2005-09-10 05:27:44Z flepied $ +# Version : $Id$ # 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 c15bc8d..50cec83 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: add-syslog 271805 2011-01-25 14:57:43Z nanardon $ +# $Id$ use Getopt::Std; use strict; diff --git a/add-user b/add-user index 9e6f16e..ac54186 100755 --- a/add-user +++ b/add-user @@ -3,7 +3,7 @@ # Project : Mandriva Linux # Module : rpm-helper # File : add-user -# Version : $Id: add-user 269653 2010-05-29 11:08:20Z guillomovitch $ +# Version : $Id$ # 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 abc5a76..6ae3417 100755 --- a/create-file +++ b/create-file @@ -3,7 +3,7 @@ # Project : Mandriva Linux # Module : rpm-helper # File : create-file -# Version : $Id: create-file 219536 2007-05-08 14:54:13Z herton $ +# Version : $Id$ # 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 0f3ed13..954f187 100755 --- a/create-ssl-certificate +++ b/create-ssl-certificate @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: create-ssl-certificate 255059 2009-03-29 21:29:57Z guillomovitch $ +# $Id$ # helper script for creating ssl certificates while [ $# -gt 0 ]; do diff --git a/del-group b/del-group index 132ad9f..6949791 100755 --- a/del-group +++ b/del-group @@ -3,7 +3,7 @@ # Project : Mandriva Linux # Module : rpm-helper # File : del-group -# Version : $Id: del-group 15869 2005-09-10 05:27:44Z flepied $ +# Version : $Id$ # 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 8e7ddb7..47b66a7 100755 --- a/del-service +++ b/del-service @@ -3,7 +3,7 @@ # Project : Mandriva Linux # Module : rpm-helper # File : del-service -# Version : $Id: del-service 272144 2011-03-20 18:42:29Z bor $ +# Version : $Id$ # Authors : Frederic Lepied, Andrey Borzenkov # 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 3121767..baeee15 100755 --- a/del-shell +++ b/del-shell @@ -3,7 +3,7 @@ # Project : Mandriva Linux # Module : rpm-helper # File : del-shell -# Version : $Id: del-shell 219553 2007-05-09 08:42:48Z bor $ +# Version : $Id$ # 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 c280216..456ffe0 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: del-syslog 271805 2011-01-25 14:57:43Z nanardon $ +# $Id$ use strict; main(@ARGV) unless caller(); diff --git a/del-user b/del-user index b2e8529..5938c97 100755 --- a/del-user +++ b/del-user @@ -3,7 +3,7 @@ # Project : Mandriva Linux # Module : rpm-helper # File : del-user -# Version : $Id: del-user 15869 2005-09-10 05:27:44Z flepied $ +# Version : $Id$ # 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 042f91e..caa783a 100755 --- a/get-password +++ b/get-password @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: get-password 22580 2007-02-15 15:25:04Z guillomovitch $ +# $Id$ # 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 cfcf2e5..813b65b 100644 --- a/rpm-helper.macros.in +++ b/rpm-helper.macros.in @@ -1,4 +1,4 @@ -# $Id: rpm-helper.macros.in 272144 2011-03-20 18:42:29Z bor $ +# $Id$ %_rpm_helper_dir @pkgdatadir@ diff --git a/verify-shell b/verify-shell index a5fadc0..3aeefe6 100755 --- a/verify-shell +++ b/verify-shell @@ -3,7 +3,7 @@ # Project : Mandriva Linux # Module : rpm-helper # File : verify-shell -# Version : $Id: verify-shell 219553 2007-05-09 08:42:48Z bor $ +# Version : $Id$ # Author : Thierry Vignaud # Created On : Tue Nov 5 13:52:20 2002 # Purpose : helper script for rpm scriptlets to check a -- cgit v1.2.1