rillig
f0801ee3e6
Sorted.
2006-05-21 11:31:29 +00:00
jmmv
90092f98f8
Add and enable vxargs.
2006-05-20 11:28:14 +00:00
jmmv
4d6e883af3
Initial import of vxargs, version 0.3.3:
...
vxargs is an utility inspired in xargs and pssh. It provides a parallel
versions of any arbitrary command, including ssh, rsync, scp, wget or
curl, just to mention a few.
It is specially useful to control a large set of machines in a wide-area
network. For example, it can be used on PlanetLab to control hundreds of
machines spread around the world.
Its main features are:
* Parallelism: Runs many jobs at the same time.
* Flexibility: Runs arbitrary commands with arbitrary options.
* Visualization: Monitors the total/per job progress in a curses-based UI.
* Redirection: The standard and error outputs of each individual job are
redirected to local files for further analysis.
2006-05-20 11:27:09 +00:00
rillig
f8d6eb0e4a
Synchronized the Makefiles with the filesystem.
2006-05-19 19:57:26 +00:00
jlam
55a76842a4
Fix patch checksums broken by previous commit.
2006-05-19 17:22:18 +00:00
jlam
7ee25967b7
* Pull in some changes discussed on the Webmin mailing list to allow
...
running an individual module's uninstall action
* Add an DEINSTALL_TEMPLATE file that is pulled in by all wbm-* modules
that will run the module's uninstall action at DEINSTALL time.
* Fix the "time" module to ignore "sched_mode" -- verified by Jamie
Cameron on the Webmin mailing list as a bug.
* Fix the "postfix" module to remove its temp files at DEINSTALL time
so that we cleanly pkg_delete.
Bump the PKGREVISION of sysutils/webmin as well as all sysutils/wbm-*
packages that have uninstall.pl scripts.
2006-05-19 17:14:53 +00:00
joerg
946daaf938
Fix errno usage.
2006-05-19 08:32:04 +00:00
wiz
991dcdf978
Mark as BROKEN_IN pkgsrc-2006Q1 according to
...
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-18 20:29:58 +00:00
wiz
2e2edb00d5
Remove BROKEN_IN, this builds in current 3.0 bulk builds.
2006-05-18 19:55:34 +00:00
gavan
5f8eedc659
Add rc.d script
2006-05-18 15:45:09 +00:00
adrianp
877736293a
Rename spoof option to syslogng-spoof
...
Use PKG_OPTIONS_LEGACY_OPTS to transition.
2006-05-16 22:54:08 +00:00
jlam
6b60c9a30c
dd and enable the wbm-* Webmin modules.
2006-05-16 21:45:32 +00:00
jlam
fb5a1a5b7f
Initial import of wbm-qmailadmin-1.270 as sysutils/wbm-qmailadmin.
...
This is the standard "qmailadmin" Webmin module to configure the QMail
mail server, a simpler alternative to Sendmail.
2006-05-16 21:42:22 +00:00
jlam
66d3a4291b
Initial import of wbm-passwd-1.270 as sysutils/wbm-passwd.
...
This is the standard "passwd" Webmin module to change the password of
any user on the system.
2006-05-16 21:42:00 +00:00
jlam
08e87e3d5a
Initial import of wbm-openslp-1.270 as sysutils/wbm-openslp.
...
This is the standard "openslp" Webmin module to configure the service
location protocol server.
2006-05-16 21:41:50 +00:00
jlam
294838648e
Initial import of wbm-htaccess-htpasswd-1.270 as sysutils/wbm-htaccess-htpasswd.
...
This is the standard "htaccess-htpasswd" Webmin module to create
.htaccess and htpasswd files to protect web-acessible directories.
2006-05-16 21:41:36 +00:00
jlam
662247cebf
Initial import of wbm-fetchmail-1.270 as sysutils/wbm-fetchmail.
...
This is the standard "fetchmail" Webmin module to configure the popular
fetchmail program for automatically retrieving mail from other servers.
2006-05-16 21:41:23 +00:00
jlam
8fad3b3dfa
Initial import of wbm-dovecot-1.270 as sysutils/wbm-dovecot.
...
This is the standard "dovecot" Webmin module to configure the Dovecot
IMAP and POP3 mail retrieval server.
2006-05-16 21:41:09 +00:00
jlam
3f2bcf5301
Initial import of wbm-custom-1.270 as sysutils/wbm-custom.
...
This is the standard "custom" Webmin module to create buttons to execute
commonly used commands or edit files on your system.
2006-05-16 21:40:57 +00:00
jlam
19e0223ec2
Initial import of wbm-cluster-webmin-1.270 as sysutils/wbm-cluster-webmin.
...
This is the standard "cluster-webmin" Webmin module to install and
manage modules, themes, users, groups and access control settings
across multiple Webmin servers.
2006-05-16 21:40:45 +00:00
jlam
a76257a9c1
Initial import of wbm-cluster-useradmin-1.270 as sysutils/wbm-cluster-useradmin.
...
This is the standard "cluster-useradmin" Webmin module to create,
update and delete users and groups across multiple servers. Unlike
NIS, each server has its own passwd and group files which are remotely
updated by this module.
2006-05-16 21:40:32 +00:00
jlam
3e65acb650
Initial import of wbm-cluster-shell-1.270 as sysutils/wbm-cluster-shell.
...
This is the standard "cluster-shell" Webmin module to run commands on
multiple servers at once.
2006-05-16 21:40:17 +00:00
jlam
722d858f8b
Initial import of wbm-cluster-passwd-1.270 as sysutils/wbm-cluster-passwd.
...
This is the standard "cluster-passwd" Webmin module to change passwords
on multiple systems in a Webmin cluster at once.
2006-05-16 21:40:03 +00:00
jlam
877da81892
Initial import of wbm-cluster-cron-1.270 as sysutils/wbm-cluster-cron.
...
This is the standard "cluster-cron" Webmin module to create scheduled
Cron jobs that run on multiple servers simultaneously.
2006-05-16 21:39:44 +00:00
jlam
aad92214da
Initial import of wbm-cluster-copy-1.270 as sysutils/wbm-cluster-copy.
...
This is the standard "cluster-copy" Webmin module to schedule the
transfer of files from this server to multiple servers in a Webmin
cluster.
2006-05-16 21:39:30 +00:00
jlam
bfa30c3c7c
Initial import of wbm-at-1.270 as sysutils/wbm-at.
...
This is the standard "at" Webmin module to schedule the execution of
one-off commands or scripts.
2006-05-16 21:39:15 +00:00
jlam
d7a99aa20c
Initial import of wbm-apache-1.270 as sysutils/wbm-apache.
...
This is the standard "apache" Webmin module to configure almost all
Apache directives and features.
2006-05-16 21:39:04 +00:00
jlam
6589918263
Add a MESSAGE noting the default port, username and password for a pkgsrc
...
Webmin installtion. Bump the PKGREVISION to 1.
2006-05-16 18:30:20 +00:00
jlam
d5b9fff5f7
Add and enable wbm-change-user.
2006-05-16 17:36:43 +00:00
jlam
000009f6f6
Initial import of wbm-change-user-1.270 as sysutils/wbm-change-user.
...
This is the standard "change-user" Webmin module to allow the current
Webmin user to change his language, theme and possibly password.
2006-05-16 17:36:16 +00:00
jlam
e4d892b2e3
Set the WBMNAME as it differs from DISTNAME.
2006-05-16 16:38:46 +00:00
jlam
01c29b5ee1
Set the default WRKSRC to match the Webmin defaults.
2006-05-16 16:38:06 +00:00
jlam
0a990dac37
Add and enable wbm-cyrus-imapd.
2006-05-16 16:31:53 +00:00
jlam
54f12a6c36
Initial import of wbm-cyrus-imapd-1.4.3 as sysutils/wbm-cyrus-imapd.
...
This is the Webmin module to administer a Cyrus IMAP server and supports
the following features:
* Start/stop the Cyrus server;
* Activates/deactivates services (imap, imaps, pop3, sieve etc.);
* Configures the main IMAP parameters;
* Manage IMAP partitions;
* Creates and deletes mailboxes and folders;
* Copies a mailbox to another, renames and moves mailboxes and
subfolders;
* Sets default quota for new mailboxes;
* Edit and remove quotas on mailboxes;
* Displays the size, the quota and the number of messages for each
mailbox or folder;
* Assigns and removes permissions (ACLs) for any user;
* Reconstruct the mailboxes DB;
* Optionally synchronizes the creation and deletion of mailboxes with
the system account management in the appropriate standard module of
Webmin;
* Accepts international characters (UTF-8) in mailbox names;
* Automatically checks for updates
2006-05-16 16:31:27 +00:00
jlam
d20b031c6e
Add and enable new wbm-* modules.
2006-05-16 15:51:05 +00:00
jlam
e1d10b2da9
Initial import of wbm-useradmin-1.270 as sysutils/wbm-useradmin.
...
This is the standard "useradmin" Webmin module to create and edit Unix
users and groups from the /etc/passwd and /etc/group files.
2006-05-16 15:44:30 +00:00
jlam
4bc6d3bbfb
Initial import of wbm-tunnel-1.270 as sysutils/wbm-tunnel.
...
This is the standard "tunnel" Webmin module to connect to another HTTP
server via a tunnel through the Webmin server.
2006-05-16 15:44:15 +00:00
jlam
8b8179e70f
Initial import of wbm-time-1.270 as sysutils/wbm-time.
...
This is the standard "time" Webmin module to set the system and hardware
time either manually or from a time server.
2006-05-16 15:44:04 +00:00
jlam
595eb294b8
Initial import of wbm-telnet-1.270 as sysutils/wbm-telnet.
...
This is the standard "telnet" Webmin module to login to your system
with telnet or SSH.
2006-05-16 15:43:52 +00:00
jlam
50a50e4103
Initial import of wbm-syslog-1.270 as sysutils/wbm-syslog.
...
This is the standard "syslog" Webmin module to configure the syslog
server on your system and view its log files.
2006-05-16 15:43:38 +00:00
jlam
3563af9ea0
Initial import of wbm-status-1.270 as sysutils/wbm-status.
...
This is the standard "status" Webmin module to view the status of
services on your system and on remote systems.
2006-05-16 15:43:17 +00:00
jlam
1cb7b9dc62
Initial import of wbm-sshd-1.270 as sysutils/wbm-sshd.
...
This is the standard "sshd" Webmin module to setup the SSH server for
remote secure logins.
2006-05-16 15:43:00 +00:00
jlam
a05ba19ffb
Initial import of wbm-sendmail-1.270 as sysutils/wbm-sendmail.
...
This is the standard "sendmail" Webmin module to manage sendmail
aliases, masquerading, address rewriting and other features.
2006-05-16 15:42:42 +00:00
jlam
66e4822cb4
Initial import of wbm-quota-1.270 as sysutils/wbm-quota.
...
This is the standard "quota" Webmin module to setup and edit user or
group disk quotas for local filesystems.
2006-05-16 15:42:30 +00:00
jlam
e08af90e57
Initial import of wbm-mysql-1.270 as sysutils/wbm-mysql.
...
This is the standard "mysql" Webmin module to setup databases, tables
and permissions in your MySQL database server.
2006-05-16 15:42:12 +00:00
jlam
9123748c79
Initial import of wbm-mount-1.270 as sysutils/wbm-mount.
...
This is the standard "mount" Webmin module to mount filesystems and
swap files usually configured in /etc/fstab or /etc/vfstab.
2006-05-16 15:41:56 +00:00
jlam
31fe18ca29
Initial import of wbm-mailboxes-1.270 as sysutils/wbm-mailboxes.
...
This is the standard "mailboxes" Webmin module to read email in users'
mailboxes.
2006-05-16 15:41:41 +00:00
jlam
d532ab6998
Initial import of wbm-lpadmin-1.270 as sysutils/wbm-lpadmin.
...
This is the standard "lpadmin" Webmin module to create and edit local
and remote printers. It Supports Windows print servers and Ghostscript
print drivers.
2006-05-16 15:41:24 +00:00
jlam
236f02b886
Initial import of wbm-ldap-useradmin-1.270 as sysutils/wbm-ldap-useradmin.
...
This is the standard "ldap-useradmin" Webmin module to manage users
and groups stored in an LDAP database, used for Unix, Samba and Cyrus
IMAP authentication.
2006-05-16 15:41:06 +00:00
jlam
f668fc1a33
Initial import of wbm-inetd-1.270 as sysutils/wbm-inetd.
...
This is the standard "inetd" Webmin module to edit services in
/etc/inetd.conf, /etc/services and /etc/rpc.
2006-05-16 15:40:45 +00:00