#!/bin/sh # part of the gn*nix conspiracy http://gnnix.org # Copyright (C) Linus Sphinx 2004 # func to make the distro system gnxmail() { gnxunwrap $MAIL gnxfilelist start $MAIL gnxmake makefiles gnxmake sh postfix-install daemon_directory=/usr/sbin \ manpage_directory=/usr/share/man \ sample_directory=/usr/share/doc/postfix \ -non-interactive gnxfilelist finish $MAIL } #eof