If you want to generate new po file: "make pot" and look for a file named
pot.po. To generate mo files from po files: "make mo", it's also done when
you "make install", if you want to install only mo files ( no programs )
"make inst_mo", mo files will be copied to:
/usr/share/locale/'languages names'/LC_MESSAGES/quota.mo.
warnquota
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
this program was modifiated to b
more»
Mail server support by James Bourne <jbourne@hardrock.org>
If you are running warnquota on a mail server you need to be able to tell
warnquota not to send mail when the users quota is either over the hard
limit or past the grace period. So, to do this add the value:
MAILDEV = any
into /etc/warnquota.conf and warnquota will not send mail to those users.
If you have only a single partition you wi
more»