$NetBSD$ Set pkgsrc compliant directory for /public. --- inc/core/class.dc.core.php.orig 2021-02-13 10:31:06.000000000 +0000 +++ inc/core/class.dc.core.php @@ -1445,7 +1445,7 @@ class dcCore 'Number of comments on feeds'], ['post_url_format', 'string', '{y}/{m}/{d}/{t}', 'Post URL format. {y}: year, {m}: month, {d}: day, {id}: post id, {t}: entry title'], - ['public_path', 'string', 'public', + ['public_path', 'string', '@DOTCLEAR_PUBDIR@', 'Path to public directory, begins with a / for a full system path'], ['public_url', 'string', '/public', 'URL to public directory'],