Changeset 1215 in ProjectBuilder for devel/pb/bin/pb


Ignore:
Timestamp:
Feb 24, 2011, 12:51:32 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Fix #83. rmntp is indeed optional. But rmntpcmd is mandatory as used to be placed at setup time in the sudoers file in order to allow its usage by root when needed from the build account
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1212 r1215  
    27742774        $keyfile = pb_ssh_get(1);
    27752775       
    2776         my ($vmport,$vmntp);
    2777         ($vmhost,$vmport,$vmntp) = pb_conf_get($vtype."host",$vtype."port",$vtype."ntp");
     2776        my ($vmport);
     2777        ($vmhost,$vmport) = pb_conf_get($vtype."host",$vtype."port");
    27782778        $nport = pb_get_port($vmport,$pbos,$vtype);
    27792779   
Note: See TracChangeset for help on using the changeset viewer.