Subversion Repositories camp_sysinfo_client_3

Rev

Rev 22 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22 Rev 23
Line 53... Line 53...
53
      `chmod 0700 $file`;
53
      `chmod 0700 $file`;
54
   }
54
   }
55
   
55
   
56
   # Everything is owned by root
56
   # Everything is owned by root
57
   foreach my $dir ( $binDir, $confDir ) {
57
   foreach my $dir ( $binDir, $confDir ) {
58
      `chown -fR root:root #dir`;
58
      `chown -fR root:root $dir`;
59
   }
59
   }
60
 
60
 
61
}
61
}
62
 
62
 
63
# simply attempts to detect the operating system so we can do OS
63
# simply attempts to detect the operating system so we can do OS