i try to synchronize with a timeserver in this package, according to this
wiki page:

http://wpkg.org/Execute_once_/_always

    <package
        id="time"
        name="Time Synchonization"
        revision="1"
        execute="always">
        <install cmd="net time \\192.168.1.1 /set /yes" />
    </package>

UNC instead of IP doesn´t work either.

manually the command net time \\192.168.1.1 /set /yes works.

what am i doing wrong?
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to