Changeset 06a2b49 for fedkit/federate.pl


Ignore:
Timestamp:
Jan 21, 2013 11:05:56 PM (11 years ago)
Author:
Ted Faber <faber@…>
Branches:
master
Children:
328e93f
Parents:
5dbcc93 (diff), dcac546 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of git://fedd.deterlab.net/fedd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/federate.pl

    r5dbcc93 r06a2b49  
    236236        system("/etc/rc.d/init.d/ntpd stop; /usr/sbin/ntpdate boss; ".
    237237            "/etc/rc.d/init.d/ntpd start");
    238     elsif (-d "/etc/init.d" ) {
     238    } elsif (-d "/etc/init.d" ) {
    239239        system("service ntp stop; /usr/sbin/ntpdate boss; ".
    240240            "service ntp start");
Note: See TracChangeset for help on using the changeset viewer.