diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2010-12-31 04:05:20 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2010-12-31 05:55:53 +0100 |
commit | 7c2dc3d833206c9f869a4bf55db6c69c37953d7f (patch) | |
tree | 37fae1cc40be27a32d7560a11856351425b101d6 /INSTALL | |
parent | c96788477bd4be72c31bb2dc7602378c569706e8 (diff) |
adduser also creates maildir
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,7 @@ You need several cpan modules to use these scripts. -If you use Debian GNU/Linux, you may install them like so: +If you use Debian GNU/Linux, you can install them like so: -apt-get install libdatetime-format-mysql-perl libdatetime-perl \ -libdbix-class-perl libemail-valid-perl libio-prompt-perl libyaml-syck-perl +aptitude install -R libdatetime-format-mysql-perl libdatetime-perl \ +libdbix-class-perl libemail-valid-perl libio-prompt-perl libstring-mkpasswd-perl \ +libyaml-syck-perl |