Changeset 168 in ProjectBuilder
- Timestamp:
- Oct 1, 2007, 10:53:11 AM (18 years ago)
- Location:
- devel/pb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r167 r168 640 640 print SCRIPT "cd ..\n"; 641 641 print SCRIPT "export PBROOT=\`pwd\`\n"; 642 print SCRIPT "# Sync date\n";643 print SCRIPT "sudo /usr/sbin/ntpdate pool.ntp.org\n";644 642 print SCRIPT "# Build\n"; 645 643 my $p = ""; -
devel/pb/contrib/pbsetupqemu
r167 r168 20 20 close(PBFILE); 21 21 chmod 0644,$file; 22 23 # Sync date 24 system "/usr/sbin/ntpdate ntp.home.musique-ancienne.org"; 22 25 23 26 $file="/etc/passwd";
Note:
See TracChangeset
for help on using the changeset viewer.