Changeset 909 in ProjectBuilder for devel


Ignore:
Timestamp:
Nov 25, 2009, 1:57:05 AM (14 years ago)
Author:
Bruno Cornec
Message:
  • setupvm for rhel-3
Location:
devel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/etc/pb.conf

    r908 r909  
    233233osperldep tgz = Module-Build,Date-Manip,File-MimeInfo,File-BaseDir,Mail-Sendmail
    234234ospkgdep tgz = wget,make,ntp,patch
     235# RHEL
     236osperldep rhel-3 = Module-Build,File-MimeInfo,File-BaseDir,Mail-Sendmail
     237ospkgdep rhel-3 = wget,make,ntp,patch,perl-DateManip
    235238# Old RedHat - Module-Build first for processing as needed by others
    236239osperldep redhat = Module-Build,Date-Manip,File-MimeInfo,File-BaseDir,Mail-Sendmail
  • devel/pb/bin/pb

    r908 r909  
    468468} elsif ($action =~ /^newvm$/) {
    469469    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");
    472472} elsif ($action =~ /^setupve$/) {
    473473    pb_setup2v("ve");
Note: See TracChangeset for help on using the changeset viewer.