From: mkanat%bugzilla.org <> Date: Sat, 9 Sep 2006 05:03:35 +0000 (+0000) Subject: Bug 351747: skins/.cvsignore should be in the CVS repo, not created by checksetup X-Git-Tag: bugzilla-2.23.3~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27c1be36a3cbc57e01c8d51af85be76b0748ece6;p=thirdparty%2Fbugzilla.git Bug 351747: skins/.cvsignore should be in the CVS repo, not created by checksetup Patch By Max Kanat-Alexander r=wurblzap, a=justdave --- diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 43c964ba74..3fd24cdd1d 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 diff --git a/skins/.cvsignore b/skins/.cvsignore new file mode 100644 index 0000000000..b98d8c9575 --- /dev/null +++ b/skins/.cvsignore @@ -0,0 +1,2 @@ +custom +contrib