pf-tools commit: r671 [ccaillet-guest] - /trunk/sbin/mk_grubopt

parmelan-guest at users.alioth.debian.org parmelan-guest at users.alioth.debian.org
Mon Nov 17 16:47:47 UTC 2008


Author: ccaillet-guest
Date: Mon Nov 17 16:47:46 2008
New Revision: 671

URL: http://svn.debian.org/wsvn/pf-tools/?sc=1&rev=671
Log:
Props

Modified:
    trunk/sbin/mk_grubopt   (contents, props changed)

Modified: trunk/sbin/mk_grubopt
URL: http://svn.debian.org/wsvn/pf-tools/trunk/sbin/mk_grubopt?rev=671&op=diff
==============================================================================
--- trunk/sbin/mk_grubopt (original)
+++ trunk/sbin/mk_grubopt Mon Nov 17 16:47:46 2008
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 ##
-##  $Id: mk_pxelinuxcfg 646 2008-09-10 12:51:10Z ccaillet-guest $
+##  $Id$
 ##
 ##  Copyright (C) 2007-2008 Christophe Caillet <quadchris at free.fr>
 ##  Copyright (C) 2003-2005 Damien Clermonte <damien at sitadelle.com>
@@ -35,7 +35,7 @@
 my $program = $0;
 $program =~ s%.*/%%; # cheap basename
 
-my $version = sprintf( "svn-r%s", q$Revision: 539 $ =~ /([\d.]+)/ );
+my $version = sprintf( "svn-r%s", q$Revision$ =~ /([\d.]+)/ );
 
 my $MENU_GRUB	= "/boot/grub/menu.lst" ;
 my $HOSTNAME	= hostname ;

Propchange: trunk/sbin/mk_grubopt
------------------------------------------------------------------------------
--- svn:keywords (added)
+++ svn:keywords Mon Nov 17 16:47:46 2008
@@ -1,0 +1,2 @@
+Id
+Revision




More information about the pf-tools-commits mailing list