Changeset 909 in ProjectBuilder
- Timestamp:
- Nov 25, 2009, 1:57:05 AM (15 years ago)
- Location:
- devel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/etc/pb.conf
r908 r909 233 233 osperldep tgz = Module-Build,Date-Manip,File-MimeInfo,File-BaseDir,Mail-Sendmail 234 234 ospkgdep tgz = wget,make,ntp,patch 235 # RHEL 236 osperldep rhel-3 = Module-Build,File-MimeInfo,File-BaseDir,Mail-Sendmail 237 ospkgdep rhel-3 = wget,make,ntp,patch,perl-DateManip 235 238 # Old RedHat - Module-Build first for processing as needed by others 236 239 osperldep redhat = Module-Build,Date-Manip,File-MimeInfo,File-BaseDir,Mail-Sendmail -
devel/pb/bin/pb
r908 r909 468 468 } elsif ($action =~ /^newvm$/) { 469 469 pb_launchv("vm",$ENV{'PBV'},1); 470 pb_log(0, "Please ensure that sshd is running in your VM by default ");471 pb_log(0, "and that it allows remote root login (PermitRootLogin yes in /etc/ssh/sshd_config) ");470 pb_log(0, "Please ensure that sshd is running in your VM by default\n"); 471 pb_log(0, "and that it allows remote root login (PermitRootLogin yes in /etc/ssh/sshd_config)\n"); 472 472 } elsif ($action =~ /^setupve$/) { 473 473 pb_setup2v("ve");
Note:
See TracChangeset
for help on using the changeset viewer.