https://bugs.koozali.org/show_bug.cgi?id=11667

John Crisp <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
                 CC|                            |[email protected]
     Ever confirmed|0                           |1

--- Comment #3 from John Crisp <[email protected]> ---

/etc/e-smith/templates.metadata/etc/ddclient/ddclient.conf


Was

UID="root"
GID="root"
PERMS=0644


Change to 

UID="ddclient"
GID="ddclient"
PERMS=0644


And:

$event = 'post-upgrade';
 templates2events("/etc/ddclient.conf", $event);
 templates2events("/etc/ppp/ip-up.local", $event);


Should actually be:

templates2events("/etc/ddlclient/ddclient.conf", $event);


Just fixing that now

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to