/[smeserver]/rpms/e-smith-ntp/sme10/e-smith-ntp-2.6.0-bz11008-bz8881-improve-systemd-driftfile.patch
ViewVC logotype

Diff of /rpms/e-smith-ntp/sme10/e-smith-ntp-2.6.0-bz11008-bz8881-improve-systemd-driftfile.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.7 by jpp, Fri Nov 27 04:57:15 2020 UTC Revision 1.8 by jpp, Fri Nov 27 05:12:40 2020 UTC
# Line 101  diff -Nur e-smith-ntp-2.6.0.old/root/etc Line 101  diff -Nur e-smith-ntp-2.6.0.old/root/etc
101  +my $status = $ntp{status} || 'disabled';  +my $status = $ntp{status} || 'disabled';
102  +  +
103  +if ($status eq 'enabled') {  +if ($status eq 'enabled') {
104  +        $OUT .= "disable        ntpdate.service";  +        $OUT .= "disable        ntpdate.service\n";
105  +        $OUT .= "enable         ntpd.service";  +        $OUT .= "enable         ntpd.service\n";
106  +  }  +  }
107  +else  +else
108  +  {  +  {
109  +        $OUT .= "disable       ntpdate.service";  +        $OUT .= "disable       ntpdate.service\n";
110  +        $OUT .= "disable       ntpd.service";  +        $OUT .= "disable       ntpd.service\n";
111  +  }  +  }
112  +}  +}
113  diff -Nur e-smith-ntp-2.6.0.old/root/etc/e-smith/templates/usr/lib/systemd/system/ntpd.service.d/50koozali.conf/80install e-smith-ntp-2.6.0/root/etc/e-smith/templates/usr/lib/systemd/system/ntpd.service.d/50koozali.conf/80install  diff -Nur e-smith-ntp-2.6.0.old/root/etc/e-smith/templates/usr/lib/systemd/system/ntpd.service.d/50koozali.conf/80install e-smith-ntp-2.6.0/root/etc/e-smith/templates/usr/lib/systemd/system/ntpd.service.d/50koozali.conf/80install


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed