# HG changeset patch # User meillo@marmaro.de # Date 1279230288 -7200 # Node ID 34695579408460538a56a3e49646aec9be8c84fa # Parent bd9704417d493c5124d2c0c3cb1c4093f9f52eac specified group by name; added path to --with-glib-static diff -r bd9704417d49 -r 346955794084 INSTALL --- a/INSTALL Thu Jul 15 14:37:49 2010 +0200 +++ b/INSTALL Thu Jul 15 23:44:48 2010 +0200 @@ -18,7 +18,7 @@ probably best to use these. If they don't exist, create them: groupadd -g 42 trusted - useradd -u 23 -g 42 -d / -s /bin/sh -c "Mail Transfer Agent" mail + useradd -u 23 -g trusted -d /nonexistent -s /bin/false -c "masqmail MTA" mail If you use other names than `mail' and `trusted' use the options described below for configure. The 23 and 42 are just a suggestion, @@ -97,11 +97,10 @@ enabled. Only makes sense if your resources are limited and you have libcrypto installed. Untested. ---with-glib-static -links with glib statically. This makes the binary larger by around 30K -(i386 architecture), but if masqmail is the only binary using glib, -you save some space in total, because you do not need the shared glib -library installed. +--with-glib-static=PATH +links with glib statically. This makes the binary larger but if +masqmail is the only binary using glib, you save some space in total, +because you do not need the shared glib library installed. --disable-debug