summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Dalley <kevin@seti.org>1997-01-12 23:26:21 +0000
committerKevin Dalley <kevin@seti.org>1997-01-12 23:26:21 +0000
commit5409e912c115e2dcf3911b18541eaa9503c0bb94 (patch)
tree203ae7965bc2cd11fa6ab6ff475e24a212d1be3c
parent613827844c581e6178fb5390fcf16bb1ff848705 (diff)
downloadfindutils-5409e912c115e2dcf3911b18541eaa9503c0bb94.tar.gz
* postinst: corrected permission for /var/lib/locate in postinst again.
-rwxr-xr-xdebian/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst
index b96290b3..7e3aa886 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -7,4 +7,4 @@ install-info --quiet --section "General commands" "General commands" \
# findutils_4.1-12 installed /var/lib/locate as root:root
chown root:root /var/lib/locate
-chmod 644 /var/lib/locate
+chmod 755 /var/lib/locate