From bc275b0bed58e8262675237b6933642be5fc175b Mon Sep 17 00:00:00 2001 From: "Maximilian Gaß (mxey)" Date: Mon, 12 May 2008 12:12:32 +0000 Subject: net-mail/fdm: net-mail/fdm: Version bump to 1.5, various style fixes. Thanks to many suggestions on #gentoo-sunrise svn path=/sunrise/; revision=6177 --- net-mail/fdm/files/rename-childuser.patch | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 net-mail/fdm/files/rename-childuser.patch (limited to 'net-mail/fdm/files/rename-childuser.patch') diff --git a/net-mail/fdm/files/rename-childuser.patch b/net-mail/fdm/files/rename-childuser.patch new file mode 100644 index 000000000..dfb0da38e --- /dev/null +++ b/net-mail/fdm/files/rename-childuser.patch @@ -0,0 +1,32 @@ +Common subdirectories: fdm-1.5/compat and fdm-1.5.patched/compat +Common subdirectories: fdm-1.5/examples and fdm-1.5.patched/examples +diff -u fdm-1.5/fdm.h fdm-1.5.patched/fdm.h +--- fdm-1.5/fdm.h 2007-12-08 18:32:30.000000000 +0100 ++++ fdm-1.5.patched/fdm.h 2008-05-12 13:17:59.000000000 +0200 +@@ -49,7 +49,7 @@ + #include + #include + +-#define CHILDUSER "_fdm" ++#define CHILDUSER "fdm" + #define CONFFILE ".fdm.conf" + #define SYSCONFFILE "/etc/fdm.conf" + #define LOCKFILE ".fdm.lock" +diff -u fdm-1.5/MANUAL fdm-1.5.patched/MANUAL +--- fdm-1.5/MANUAL 2008-03-04 09:24:06.000000000 +0100 ++++ fdm-1.5.patched/MANUAL 2008-05-12 13:17:59.000000000 +0200 +@@ -90,11 +90,11 @@ + $ export PREFIX=/opt # defaults to /usr/local + $ sudo make install + +-If being run as root, fdm requires a user named "_fdm" to exist. It will drop ++If being run as root, fdm requires a user named "fdm" to exist. It will drop + privileges to this user and its primary group. The user may be added on + OpenBSD with, for example: + +- # useradd -u 999 -s /bin/nologin -d /var/empty -g=uid _fdm ++ # useradd -u 999 -s /bin/nologin -d /var/empty -g=uid fdm + + It is not necessary to add a user if fdm is always started by a non-root user. + +Common subdirectories: fdm-1.5/regress and fdm-1.5.patched/regress -- cgit v1.2.3-65-gdbad