diff options
author | mkanat%bugzilla.org <> | 2006-09-09 07:03:35 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-09-09 07:03:35 +0200 |
commit | 27c1be36a3cbc57e01c8d51af85be76b0748ece6 (patch) | |
tree | a2ae3f861b296e36447903a3e3a91ac7caa3b4fe /Bugzilla/Install | |
parent | 1760a3198797776a8ca05de645b529cb40998b14 (diff) | |
download | bugzilla-27c1be36a3cbc57e01c8d51af85be76b0748ece6.tar.gz bugzilla-27c1be36a3cbc57e01c8d51af85be76b0748ece6.tar.xz |
Bug 351747: skins/.cvsignore should be in the CVS repo, not created by checksetup
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 43c964ba7..3fd24cdd1 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -191,8 +191,6 @@ sub FILESYSTEM { # default contents. my %create_files = ( "$datadir/mail" => { perms => $ws_readable }, - 'skins/.cvsignore' => { perms => $owner_readable, - contents => ".cvsignore\ncustom\n" }, ); # Each standard stylesheet has an associated custom stylesheet that |