From 91ad709de018d524a241d796da1698eaf9206e68 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 13 Jul 2019 21:03:34 -0400 Subject: Deprecate chown_changes_files in favor of restrict_changes_files. Closes: #821960 --- doc/mini-dinstall.1 | 2 +- doc/mini-dinstall.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/mini-dinstall.1 b/doc/mini-dinstall.1 index 65aae30..ab195c4 100644 --- a/doc/mini-dinstall.1 +++ b/doc/mini-dinstall.1 @@ -243,7 +243,7 @@ Sources for the \(lqsubdir\(rq style should look like: .RE .RE .TP -.B chown_changes_files +.B restrict_changes_files Determines if the changes files should be made unreadable by others. This is enabled by default, and is a good thing, since somebody else could unexpectedly upload your package. Think carefully before changing this. diff --git a/doc/mini-dinstall.conf b/doc/mini-dinstall.conf index 1dabe52..999a31c 100644 --- a/doc/mini-dinstall.conf +++ b/doc/mini-dinstall.conf @@ -106,7 +106,7 @@ dynamic_reindex = yes # default. This will protect you from other people unexpectedly # uploading your packages. Please think carefully about your security # before you change this! -chown_changes_files = yes +restrict_changes_files = yes # Whether or not to use /usr/bin/dnotify. This doesn't work on some # systems, so you might want to disable it. Only used if -- cgit v1.2.3