Skip to content

Commit

Permalink
fixed permissions on UI image files
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Aug 11, 2002
1 parent 42e85a0 commit 5283c7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions debian/changelog
Expand Up @@ -4,8 +4,9 @@ interchange (4.8.6-1) unstable; urgency=high
HTTP to files readable by the Interchange daemon. It is very unlikely
that Debian installations are vulnerable.
* removed unneeded file /usr/lib/interchange/perllocal.pod

-- Stefan Hornburg (Racke) <racke@linuxia.de> Sun, 11 Aug 2002 18:16:16 +0200
* fixed permissions on UI image files

-- Stefan Hornburg (Racke) <racke@linuxia.de> Sun, 11 Aug 2002 20:39:34 +0200

interchange (4.8.5.20020527-1) unstable; urgency=low

Expand Down
1 change: 1 addition & 0 deletions debian/rules
Expand Up @@ -103,6 +103,7 @@ install: build
# UI images and stuff
mkdir -p $(TMP)/var/www/interchange
for dir in $(TMP)/usr/lib/interchange/share/interchange/*; do mv $$dir $(TMP)/var/www/interchange; done
chmod -x -R $(TMP)/var/www/interchange
rm -r $(TMP)/usr/lib/interchange/share/interchange
# mod_interchange
mkdir -p $(TMP)/usr/lib/apache/1.3
Expand Down

0 comments on commit 5283c7f

Please sign in to comment.