Changeset 1215 in ProjectBuilder
- Timestamp:
- Feb 24, 2011, 12:51:32 AM (14 years ago)
- Location:
- devel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/etc/pb.conf.pod
r1192 r1215 449 449 =item B<rmntpcmd> 450 450 451 Nature: Optional452 Key: project (as defined in the -p option or PBPROJ environment variable) 453 Value: NTP command to use to perform time synchronization with the B<rmntp> server. 454 Conffile: rm 455 Example: rmntpcmd default = /usr/sbin/ntpdate,rmntpcmd opensuse-10.1-i386 = sntp -P no -r451 Nature: Mandatory 452 Key: project (as defined in the -p option or PBPROJ environment variable) 453 Value: NTP command to use to perform time synchronization with the B<rmntp> server. Use full path name, as this command will be used in the sudoers file to allow its launch by root. 454 Conffile: rm 455 Example: rmntpcmd default = /usr/sbin/ntpdate,rmntpcmd opensuse-10.1-i386 = /usr/sbin/sntp -P no -r 456 456 457 457 =item B<rmpath> … … 534 534 =item B<ventpcmd> 535 535 536 Nature: Optional537 Key: project (as defined in the -p option or PBPROJ environment variable) 538 Value: NTP command to use to perform time synchronization with the B<ventp> server. 536 Nature: Mandatory 537 Key: project (as defined in the -p option or PBPROJ environment variable) 538 Value: NTP command to use to perform time synchronization with the B<ventp> server. Use full path name, as this command will be used in the sudoers file to allow its launch by root. 539 539 Conffile: ve 540 540 Example: ventpcmd default = /usr/sbin/ntpdate … … 554 554 Value: true|false. True means that the VE should be rebuild before usage. 555 555 Conffile: ve 556 Example: ve ntpcmd default = /usr/sbin/ntpdate556 Example: verebuild default = true 557 557 558 558 =item B<verpmtype> … … 647 647 =item B<vmntpcmd> 648 648 649 Nature: Optional650 Key: project (as defined in the -p option or PBPROJ environment variable) 651 Value: NTP command to use to perform time synchronization with the B<vmntp> server. 652 Conffile: vm 653 Example: vmntpcmd default = /usr/sbin/ntpdate,vmntpcmd opensuse-11.0-i386 = sntp -P no -r649 Nature: Mandatory 650 Key: project (as defined in the -p option or PBPROJ environment variable) 651 Value: NTP command to use to perform time synchronization with the B<vmntp> server. Use full path name, as this command will be used in the sudoers file to allow its launch by root. 652 Conffile: vm 653 Example: vmntpcmd default = /usr/sbin/ntpdate,vmntpcmd opensuse-11.0-i386 = /usr/sbin/sntp -P no -r 654 654 655 655 =item B<vmopt> -
devel/pb/bin/pb
r1212 r1215 2774 2774 $keyfile = pb_ssh_get(1); 2775 2775 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"); 2778 2778 $nport = pb_get_port($vmport,$pbos,$vtype); 2779 2779
Note:
See TracChangeset
for help on using the changeset viewer.