Changeset 691 for locker


Ignore:
Timestamp:
Mar 8, 2008, 7:36:03 PM (16 years ago)
Author:
geofft
Message:
Per RT #583975, warning about the SQL password being copied
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/deploy/bin/onserver.pm

    r476 r691  
    123123
    124124  print "\nConfiguring $sname...\n";
     125  if($requires_sql) {
     126          print "A copy of $lname's SQL login info will be placed in $addrend.\n";
     127  }
    125128 
    126129  open(VERSION, ">.scripts-version") or die "Can't write scripts-version file: $!\n";
Note: See TracChangeset for help on using the changeset viewer.