From 27c1be36a3cbc57e01c8d51af85be76b0748ece6 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 9 Sep 2006 05:03:35 +0000 Subject: Bug 351747: skins/.cvsignore should be in the CVS repo, not created by checksetup Patch By Max Kanat-Alexander r=wurblzap, a=justdave --- Bugzilla/Install/Filesystem.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'Bugzilla') 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 -- cgit v1.2.3-24-g4f1b