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


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

Legend:

Unmodified
Added
Removed
  • 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.