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


Ignore:
Timestamp:
May 21, 2012, 2:41:25 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • pbdistrocheck: remove hack to have common library path and static ref to /usr/share/perl5. That should really be done in the build process if needed not in code (Bruno Cornec)
  • pb: Just create the /etc/sysconfig/network file on rpm based distro not being opensuse (where it is a directory) (Eric Andersson/Bruno Cornec)
  • CMS.pm: drop log level down to 2 this is a pretty irrelevant log message. (Eric Andersson)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1550 r1551  
    33653365
    33663366my $nf="/etc/sysconfig/network";
    3367 if ((! -f $nf) && ($pbos->{'type'} eq "rpm")) {
     3367if ((! -f $nf) && ($pbos->{'type'} eq "rpm") && ($pbos->{'family'} ne "novell")) {
    33683368    open(NF,"> $nf") || die "Unable to create $nf";
    33693369    print NF "NETWORKING=yes\n";
Note: See TracChangeset for help on using the changeset viewer.