aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Filesystem.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* Checkin fix: IO::File exports everything we need from Fcntl, so there's no ↵mkanat%bugzilla.org2006-08-011-2/+1
| | | | need to use Fcntl--it just causes errors. Also fixing a small typo that made docs/xml have the wrong permissions.
* Bug 346552: Move checksetup's permission-fixing code into a modulemkanat%bugzilla.org2006-08-011-30/+245
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 346414: Move the creation/maintenance of the data/ directory out of ↵mkanat%bugzilla.org2006-07-301-0/+388
checksetup and into a module Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave