Index: [thread] [date] [author] [stats]
  From: markus schnalke <meillo@marmaro.de>
  To  : <masqmail@marmaro.de>
  Date: Sat, 29 May 2010 14:43:45 +0200

Default install prefix /usr/local

I figured out that masqmail installs to /usr by default. This is
done by the line

    AC_PREFIX_DEFAULT(/usr)

in configure.ac.

Usually software from the distributions package management system
installs to /usr, but manually installed softare goes to /usr/local.

Are there good reasons why masqmail should not behave similar?

If not, I'd like to change that. That means, removing the quoted line.


meillo


Index: [thread] [date] [author] [stats]