2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-03-28 12:53:30 +00:00
Files
xcat-core/xCAT/postscripts/cvs_template.pl
2016-07-20 11:40:27 -04:00

13 lines
481 B
Prolog
Executable File

#!/usr/bin/perl
#-- Example of "CVS-enabled" postscript
#-- Keeps track of every postscript run and it's version in /etc/IMGVERSION
#-- jurij.sikorsky@t-systems.cz
#--------------------------------------------------------------------------------
#-- DO NOT remove following lines
open(IMG, ">>/etc/IMGVERSION");
print IMG '$Id: cvs_template.pl,v 1.1 2008/09/05 08:40:16 sikorsky Exp $', "\n";
#--------------------------------------------------------------------------------
#--