source: trunk/debathena/config/ntp-config/debian/transform_ntp.conf.debathena @ 23487

Revision 23487, 114 bytes checked in by broder, 16 years ago (diff)
Change debathena-ntp-config and debathena-chrony-config to use DEB_TRANSFORM_FILES instead of DEB_DIVERT_FILES.
  • Property svn:executable set to *
Line 
1#!/usr/bin/perl -0p
2s/^server .*$/###SERVER/m or die;
3s/^server .*$//mg;
4s/###SERVER/server TIME.MIT.EDU/ or die;
Note: See TracBrowser for help on using the repository browser.