Skip to content

Commit d23bb96

Browse files
author
Florian Schaal
committed
typo in gentoo.lib.php
1 parent bedf79c commit d23bb96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/dist/lib/gentoo.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public function configure_dovecot()
290290
//* Configure master.cf and add a line for deliver
291291
$content = rf($conf["postfix"]["config_dir"].'/master.cf');
292292
$deliver_content = 'dovecot unix - n n - - pipe'."\n".' flags=DROhu user=vmail:vmail argv=/usr/libexec/dovecot/deliver -f ${sender} -d ${user}@${nexthop}';
293-
af($conf[$config_dir.'/master.cf', $deliver_content);
293+
af($configdir.'/master.cf', $deliver_content);
294294
unset($content);
295295
unset($deliver_content);
296296
}

0 commit comments

Comments
 (0)