summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-04 16:02:56 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-04 16:02:56 +0200
commitec2ad796317bc7b150dab02421e0ce1cec39cb6c (patch)
tree12a48b4b8d0f3154b78fcd0d14a482200127ab8d
parent21b3049216906755f7fc1b6e2d1ccb2394330014 (diff)
downloadnixos-ec2ad796317bc7b150dab02421e0ce1cec39cb6c.tar
nixos-ec2ad796317bc7b150dab02421e0ce1cec39cb6c.tar.gz
nixos-ec2ad796317bc7b150dab02421e0ce1cec39cb6c.tar.bz2
nixos-ec2ad796317bc7b150dab02421e0ce1cec39cb6c.tar.xz
nixos-ec2ad796317bc7b150dab02421e0ce1cec39cb6c.zip
typo
-rw-r--r--custom/uucp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix
index e914cf5c..51caf13c 100644
--- a/custom/uucp.nix
+++ b/custom/uucp.nix
@@ -205,7 +205,7 @@ in {
205 choices as appropriate. */ 205 choices as appropriate. */
206 #if 1 206 #if 1
207 -#define MAIL_PROGRAM "/usr/lib/sendmail -t" 207 -#define MAIL_PROGRAM "/usr/lib/sendmail -t"
208 +#define MAIL_PROGRAM "/var/setuid-wrapper/sendmail -t" 208 +#define MAIL_PROGRAM "/var/setuid-wrappers/sendmail -t"
209 /* #define MAIL_PROGRAM "/usr/sbin/sendmail -t" */ 209 /* #define MAIL_PROGRAM "/usr/sbin/sendmail -t" */
210 #define MAIL_PROGRAM_TO_BODY 1 210 #define MAIL_PROGRAM_TO_BODY 1
211 #define MAIL_PROGRAM_SUBJECT_BODY 1 211 #define MAIL_PROGRAM_SUBJECT_BODY 1