source: trunk/debathena/config/cluster-login-config/debian/transform_kexec.debathena @ 23613

Revision 23613, 136 bytes checked in by broder, 15 years ago (diff)
Don't fail to build cluster-login-config on releases that have kexec enabled by default already.
  • Property svn:executable set to *
Line 
1#!/usr/bin/perl -0p
2s/^LOAD_KEXEC=false$/LOAD_KEXEC=true/m or
3    s/^LOAD_KEXEC=0$/LOAD_KEXEC=1/m or
4    s/^USE_KEXEC=0$/USE_KEXEC=1/m;
Note: See TracBrowser for help on using the repository browser.