projects
/
iserv-mod-error-reporter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
774aa58
)
debian/postinst: better let update.php do the database update because chkdb instantly...
author
rohieb
<devnull@localhost>
Thu, 2 Oct 2008 22:50:58 +0000
(
00:50
+0200)
committer
rohieb
<devnull@localhost>
Thu, 2 Oct 2008 22:50:58 +0000
(
00:50
+0200)
debian/postinst
[changed mode: 0755->0644]
patch
|
blob
|
history
diff --git
a/debian/postinst
b/debian/postinst
old mode 100755
(executable)
new mode 100644
(file)
index
9d55bf5
..
573602d
--- a/
debian/postinst
+++ b/
debian/postinst
@@
-2,7
+2,8
@@
touch /usr/share/iserv/www/inc/mod_error-reporter/config.inc
chmod g+w /usr/share/iserv/www/inc/mod_error-reporter/config.inc
chgrp www-data /usr/share/iserv/www/inc/mod_error-reporter/config.inc
-chkdb -r
+# better let update.php do it because chkdb instantly drops old fields
+# chkdb -r
chkpriv
chklocale
# run update script
This page took
0.026055 seconds
and
4
git commands to generate.