diff options
author | obache <obache@pkgsrc.org> | 2007-04-21 05:22:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-04-21 05:22:57 +0000 |
commit | 6d32efac595fd1522cae39cda70f98e8f882a767 (patch) | |
tree | f71a72257a97ae51e45125cc3b48da8d47215e16 /sysutils/wbm-sendmail | |
parent | a316c2729987bcab946c7e4fec1ea2ad5a68844d (diff) | |
download | pkgsrc-6d32efac595fd1522cae39cda70f98e8f882a767.tar.gz |
Update Webmin to 1.340.
pkgsrc chages: use full distfile instead of non version indivisual module files.
Version 1.340 (8 April 2007)
* Change the default Blue Framed theme to match the style of www.webmin.com, and generally look nicer.
* User interface cleanups in various modules (Apache, Backup Config, Webmin Configuration and others), adding tabs to reduce the size of pages and converting code to use ui-lib.pl.
* The Perl Modules module can now fetch RPM or Deb packaged modules from YUM or APT, where available.
* Added easy fields for sending SMS messages in the System and Server Status module (for US carriers that have email to SMS gateways).
* Replace the old HTMLarea widget for HTML editing in the File Manager and Read User Mail modules with Xinha.
* Linux quotas are now set with the setquota command, which shows up nicely in the actions log.
* Optimizations to speed up getting the hostname and Postfix config settings.
* Improved YUM and Redhat Network support in the Software Packages module.
* View the detailed change log.
Version 1.330 (27 February 2007)
* If the underlying OS is upgraded after Webmin is installed, a message is displayed on the main page prompting you to fix it.
* Added a feature in the BIND module for updating an IP address in multiple zones at once.
* The File Manager now automatic detects HTML files and launches the correct editor.
* Improved the LDAP module's support for large databases.
* When there are too many tables or databases to display in the MySQL and PostgreSQL modules, a menu for selecting a specific table is shown instead.
* Added functions to ui-lib.pl for tabs and hidden table sections.
* Added support for comments to the Shorewall module, and improved logging
* The Webmin Actions Log module can now rollback selected files changed by an action, rather than all of them.
* View the detailed change log.
Version 1.320 (21 January 2007)
* Added the PHP Configuration module for managing php.ini.
* Changed the default theme for new installs to the Blue Framed theme.
* Improved handling of large file uploads so that they are no longer read into memory by Webmin webserver. Also added a progress bar window for tracking uploads.
* Added checkboxes for deleting multiple objects at once in several modules.
* Changed all rows of links (like Select all / Invert selection / Add something) to put | characters between them, to improve readability.
* Big improvements in Windows support in various modules and the Webmin core.
* Enhanced the System and Server Status module to allow monitoring of all hosts in a Webmin server group.
* View the detailed change log.
Version 1.310 (28 November 2006)
* Big improvements in Ubuntu support, including the Bootup and Shutdown module, mounting filesystems specified with the UUID syntax, and various default module config changes.
* Re-designed the Simple Blue theme to use frames.
* Added support for IPv6 addresses in modules where the underlying servers allow them.
* Supported HFS and FATX filesystems under Linux.
* MySQL backups can now be compressed with gzip or bzip2.
* Added file locking and logging to the Postfix module, and improved access control features.
* Added checkboxes and buttons for mass deletion in the Cron and DHCP modules.
* Added access control options for the Info window to the File Manager module, and a feature to allow extraction of ZIP files on the server.
* View the detailed change log.
Version 1.300 (15 September 2006)
* Fixed security holes that allow the source of Webmin programs to be viewed, and allow cross-site-scripting attacks.
* XML-RPC clients can now call Webmin API functions.
* On systems with no root password, users with sudo access can login to Webmin as root.
* Improved support for latest Debian and Fedora releases, including the new IPtables config system in Debian 3.1.
* The file manager can now extract tar.bz2 files, store a history of entered paths, and show the total size of a directory.
* The Filesystem Backup module can backup and restore TAR and dump files over FTP.
* MySQL server variables and connections can be viewed and changes.
* Table data can be sorted by clicking on headers in the MySQL and PostgreSQL modules.
* Improved support for PostgreSQL 8, including editing tables with no OID field.
* Sendmail and Postfix aliases and maps can have a comment associated with each entry.
* Squid 2.6 is now supported.
* View the detailed change log.
Version 1.290 (29 June 2006)
* Fixed a security hole that would allow a remote attacker to view any file on the system.
* Added the LDAP Client module, for setting up a Linux system to get users and groups from an LDAP server.
* Added support for sending email when a group is over quota to the Disk Quotas module.
* Several other small fixes for bugs found since 1.280.
* View the detailed change log.
Version 1.280 (16 June 2006)
* Added the Simple Blue theme, a less graphics-heavy design which may eventually become the default. This theme takes advantage of changes in many modules to use highlighting on table rows.
* Updated the Apache module to support version 2.2.0.
* Updated the various operating-specific NFS server modules to support mass deletion of exports, and to internationalize those that were using hard-coded text strings.
* Updated various modules to allow deletion of multiple objects (such as table fields, Samba shares, PostgreSQL grants, Squid ACLs and so on) at once.
* Added configuration options to the Read User Mail module for the date format, pager arrow locations, timezone and separate message window mode.
* Updated the MySQL module to support views in MySQL version 5.
* Enhanced the System and Server Status module to allow the selection of multiple hosts for each monitor, added a monitor type for testing an SQL server, and updated the Network Traffic monitor to support FreeBSD.
* Fixed a security hole that allows remote viewing of any file on the system when Webmin is run on a Windows server.
* View the detailed change log.
Diffstat (limited to 'sysutils/wbm-sendmail')
-rw-r--r-- | sysutils/wbm-sendmail/Makefile | 12 | ||||
-rw-r--r-- | sysutils/wbm-sendmail/PLIST | 38 | ||||
-rw-r--r-- | sysutils/wbm-sendmail/distinfo | 8 |
3 files changed, 43 insertions, 15 deletions
diff --git a/sysutils/wbm-sendmail/Makefile b/sysutils/wbm-sendmail/Makefile index c967837d150..c44b9ce3564 100644 --- a/sysutils/wbm-sendmail/Makefile +++ b/sysutils/wbm-sendmail/Makefile @@ -1,16 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:43 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/04/21 05:23:05 obache Exp $ -DISTNAME= sendmail -PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} -DIST_SUBDIR= webmin-modules-${WBM_VERSION} +WBM_NAME= sendmail -# The version is from the module.info file from the extracted distfile. -WBM_VERSION= 1.270 - -HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to manage Sendmail -BROKEN= "Distfile broken" - .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-sendmail/PLIST b/sysutils/wbm-sendmail/PLIST index c8035bfc1ab..a2033e98a10 100644 --- a/sysutils/wbm-sendmail/PLIST +++ b/sysutils/wbm-sendmail/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/16 15:42:42 jlam Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/04/21 05:23:05 obache Exp $ share/examples/webmin/sendmail/config share/webmin/sendmail/CHANGELOG share/webmin/sendmail/access-lib.pl @@ -64,7 +64,9 @@ share/webmin/sendmail/config.info.sv share/webmin/sendmail/config.info.tr share/webmin/sendmail/config.info.uk_UA share/webmin/sendmail/config.info.zh_CN +share/webmin/sendmail/config.info.zh_CN.UTF-8 share/webmin/sendmail/config.info.zh_TW.Big5 +share/webmin/sendmail/config.info.zh_TW.UTF-8 share/webmin/sendmail/create_file.cgi share/webmin/sendmail/defaultacl share/webmin/sendmail/defines @@ -94,6 +96,8 @@ share/webmin/sendmail/feedback_files.pl share/webmin/sendmail/filter.pl share/webmin/sendmail/flushq.cgi share/webmin/sendmail/generics-lib.pl +share/webmin/sendmail/help/alias_cmt.ca.html +share/webmin/sendmail/help/alias_cmt.html share/webmin/sendmail/help/alias_enabled.ca.html share/webmin/sendmail/help/alias_enabled.es.html share/webmin/sendmail/help/alias_enabled.fr.html @@ -103,6 +107,7 @@ share/webmin/sendmail/help/alias_enabled.ru_RU.html share/webmin/sendmail/help/alias_enabled.ru_SU.html share/webmin/sendmail/help/alias_enabled.sv.html share/webmin/sendmail/help/alias_enabled.zh_TW.Big5.html +share/webmin/sendmail/help/alias_enabled.zh_TW.UTF-8.html share/webmin/sendmail/help/alias_name.ca.html share/webmin/sendmail/help/alias_name.es.html share/webmin/sendmail/help/alias_name.fr.html @@ -112,6 +117,7 @@ share/webmin/sendmail/help/alias_name.ru_RU.html share/webmin/sendmail/help/alias_name.ru_SU.html share/webmin/sendmail/help/alias_name.sv.html share/webmin/sendmail/help/alias_name.zh_TW.Big5.html +share/webmin/sendmail/help/alias_name.zh_TW.UTF-8.html share/webmin/sendmail/help/alias_to.ca.html share/webmin/sendmail/help/alias_to.es.html share/webmin/sendmail/help/alias_to.fr.html @@ -121,6 +127,7 @@ share/webmin/sendmail/help/alias_to.ru_RU.html share/webmin/sendmail/help/alias_to.ru_SU.html share/webmin/sendmail/help/alias_to.sv.html share/webmin/sendmail/help/alias_to.zh_TW.Big5.html +share/webmin/sendmail/help/alias_to.zh_TW.UTF-8.html share/webmin/sendmail/help/aliases.ca.html share/webmin/sendmail/help/aliases.es.html share/webmin/sendmail/help/aliases.fr.html @@ -130,6 +137,7 @@ share/webmin/sendmail/help/aliases.ru_RU.html share/webmin/sendmail/help/aliases.ru_SU.html share/webmin/sendmail/help/aliases.sv.html share/webmin/sendmail/help/aliases.zh_TW.Big5.html +share/webmin/sendmail/help/aliases.zh_TW.UTF-8.html share/webmin/sendmail/help/edit_alias.ca.html share/webmin/sendmail/help/edit_alias.es.html share/webmin/sendmail/help/edit_alias.fr.html @@ -139,6 +147,7 @@ share/webmin/sendmail/help/edit_alias.ru_RU.html share/webmin/sendmail/help/edit_alias.ru_SU.html share/webmin/sendmail/help/edit_alias.sv.html share/webmin/sendmail/help/edit_alias.zh_TW.Big5.html +share/webmin/sendmail/help/edit_alias.zh_TW.UTF-8.html share/webmin/sendmail/help/intro.ca.html share/webmin/sendmail/help/intro.es.html share/webmin/sendmail/help/intro.fr.html @@ -148,6 +157,9 @@ share/webmin/sendmail/help/intro.ru_RU.html share/webmin/sendmail/help/intro.ru_SU.html share/webmin/sendmail/help/intro.sv.html share/webmin/sendmail/help/intro.zh_TW.Big5.html +share/webmin/sendmail/help/intro.zh_TW.UTF-8.html +share/webmin/sendmail/help/opt_BadRcptThrottle.ca.html +share/webmin/sendmail/help/opt_BadRcptThrottle.html share/webmin/sendmail/help/opt_ConnectionRateThrottle.ca.html share/webmin/sendmail/help/opt_ConnectionRateThrottle.es.html share/webmin/sendmail/help/opt_ConnectionRateThrottle.fr.html @@ -157,6 +169,7 @@ share/webmin/sendmail/help/opt_ConnectionRateThrottle.ru_RU.html share/webmin/sendmail/help/opt_ConnectionRateThrottle.ru_SU.html share/webmin/sendmail/help/opt_ConnectionRateThrottle.sv.html share/webmin/sendmail/help/opt_ConnectionRateThrottle.zh_TW.Big5.html +share/webmin/sendmail/help/opt_ConnectionRateThrottle.zh_TW.UTF-8.html share/webmin/sendmail/help/opt_DH.ca.html share/webmin/sendmail/help/opt_DH.es.html share/webmin/sendmail/help/opt_DH.fr.html @@ -166,6 +179,7 @@ share/webmin/sendmail/help/opt_DH.ru_RU.html share/webmin/sendmail/help/opt_DH.ru_SU.html share/webmin/sendmail/help/opt_DH.sv.html share/webmin/sendmail/help/opt_DH.zh_TW.Big5.html +share/webmin/sendmail/help/opt_DH.zh_TW.UTF-8.html share/webmin/sendmail/help/opt_DR.ca.html share/webmin/sendmail/help/opt_DR.es.html share/webmin/sendmail/help/opt_DR.fr.html @@ -175,6 +189,7 @@ share/webmin/sendmail/help/opt_DR.ru_RU.html share/webmin/sendmail/help/opt_DR.ru_SU.html share/webmin/sendmail/help/opt_DR.sv.html share/webmin/sendmail/help/opt_DR.zh_TW.Big5.html +share/webmin/sendmail/help/opt_DR.zh_TW.UTF-8.html share/webmin/sendmail/help/opt_DS.ca.html share/webmin/sendmail/help/opt_DS.es.html share/webmin/sendmail/help/opt_DS.fr.html @@ -184,6 +199,7 @@ share/webmin/sendmail/help/opt_DS.ru_RU.html share/webmin/sendmail/help/opt_DS.ru_SU.html share/webmin/sendmail/help/opt_DS.sv.html share/webmin/sendmail/help/opt_DS.zh_TW.Big5.html +share/webmin/sendmail/help/opt_DS.zh_TW.UTF-8.html share/webmin/sendmail/help/opt_DaemonPortOptions.ca.html share/webmin/sendmail/help/opt_DaemonPortOptions.es.html share/webmin/sendmail/help/opt_DaemonPortOptions.html @@ -198,6 +214,7 @@ share/webmin/sendmail/help/opt_ForwardPath.ru_RU.html share/webmin/sendmail/help/opt_ForwardPath.ru_SU.html share/webmin/sendmail/help/opt_ForwardPath.sv.html share/webmin/sendmail/help/opt_ForwardPath.zh_TW.Big5.html +share/webmin/sendmail/help/opt_ForwardPath.zh_TW.UTF-8.html share/webmin/sendmail/help/opt_LogLevel.ca.html share/webmin/sendmail/help/opt_LogLevel.es.html share/webmin/sendmail/help/opt_LogLevel.fr.html @@ -207,6 +224,7 @@ share/webmin/sendmail/help/opt_LogLevel.ru_RU.html share/webmin/sendmail/help/opt_LogLevel.ru_SU.html share/webmin/sendmail/help/opt_LogLevel.sv.html share/webmin/sendmail/help/opt_LogLevel.zh_TW.Big5.html +share/webmin/sendmail/help/opt_LogLevel.zh_TW.UTF-8.html share/webmin/sendmail/help/opt_MatchGECOS.ca.html share/webmin/sendmail/help/opt_MatchGECOS.es.html share/webmin/sendmail/help/opt_MatchGECOS.html @@ -220,6 +238,7 @@ share/webmin/sendmail/help/opt_MaxDaemonChildren.ru_RU.html share/webmin/sendmail/help/opt_MaxDaemonChildren.ru_SU.html share/webmin/sendmail/help/opt_MaxDaemonChildren.sv.html share/webmin/sendmail/help/opt_MaxDaemonChildren.zh_TW.Big5.html +share/webmin/sendmail/help/opt_MaxDaemonChildren.zh_TW.UTF-8.html share/webmin/sendmail/help/opt_MaxHopCount.ca.html share/webmin/sendmail/help/opt_MaxHopCount.es.html share/webmin/sendmail/help/opt_MaxHopCount.html @@ -233,6 +252,7 @@ share/webmin/sendmail/help/opt_MaxMessageSize.ru_RU.html share/webmin/sendmail/help/opt_MaxMessageSize.ru_SU.html share/webmin/sendmail/help/opt_MaxMessageSize.sv.html share/webmin/sendmail/help/opt_MaxMessageSize.zh_TW.Big5.html +share/webmin/sendmail/help/opt_MaxMessageSize.zh_TW.UTF-8.html share/webmin/sendmail/help/opt_MaxQueueRunSize.ca.html share/webmin/sendmail/help/opt_MaxQueueRunSize.es.html share/webmin/sendmail/help/opt_MaxQueueRunSize.fr.html @@ -242,6 +262,7 @@ share/webmin/sendmail/help/opt_MaxQueueRunSize.ru_RU.html share/webmin/sendmail/help/opt_MaxQueueRunSize.ru_SU.html share/webmin/sendmail/help/opt_MaxQueueRunSize.sv.html share/webmin/sendmail/help/opt_MaxQueueRunSize.zh_TW.Big5.html +share/webmin/sendmail/help/opt_MaxQueueRunSize.zh_TW.UTF-8.html share/webmin/sendmail/help/opt_MinFreeBlocks.ca.html share/webmin/sendmail/help/opt_MinFreeBlocks.es.html share/webmin/sendmail/help/opt_MinFreeBlocks.fr.html @@ -251,6 +272,7 @@ share/webmin/sendmail/help/opt_MinFreeBlocks.ru_RU.html share/webmin/sendmail/help/opt_MinFreeBlocks.ru_SU.html share/webmin/sendmail/help/opt_MinFreeBlocks.sv.html share/webmin/sendmail/help/opt_MinFreeBlocks.zh_TW.Big5.html +share/webmin/sendmail/help/opt_MinFreeBlocks.zh_TW.UTF-8.html share/webmin/sendmail/help/opt_MinQueueAge.ca.html share/webmin/sendmail/help/opt_MinQueueAge.es.html share/webmin/sendmail/help/opt_MinQueueAge.fr.html @@ -260,6 +282,7 @@ share/webmin/sendmail/help/opt_MinQueueAge.ru_RU.html share/webmin/sendmail/help/opt_MinQueueAge.ru_SU.html share/webmin/sendmail/help/opt_MinQueueAge.sv.html share/webmin/sendmail/help/opt_MinQueueAge.zh_TW.Big5.html +share/webmin/sendmail/help/opt_MinQueueAge.zh_TW.UTF-8.html share/webmin/sendmail/help/opt_PostMasterCopy.ca.html share/webmin/sendmail/help/opt_PostMasterCopy.es.html share/webmin/sendmail/help/opt_PostMasterCopy.fr.html @@ -269,6 +292,7 @@ share/webmin/sendmail/help/opt_PostMasterCopy.ru_RU.html share/webmin/sendmail/help/opt_PostMasterCopy.ru_SU.html share/webmin/sendmail/help/opt_PostMasterCopy.sv.html share/webmin/sendmail/help/opt_PostMasterCopy.zh_TW.Big5.html +share/webmin/sendmail/help/opt_PostMasterCopy.zh_TW.UTF-8.html share/webmin/sendmail/help/opt_QueueDirectory.ca.html share/webmin/sendmail/help/opt_QueueDirectory.es.html share/webmin/sendmail/help/opt_QueueDirectory.fr.html @@ -278,6 +302,7 @@ share/webmin/sendmail/help/opt_QueueDirectory.ru_RU.html share/webmin/sendmail/help/opt_QueueDirectory.ru_SU.html share/webmin/sendmail/help/opt_QueueDirectory.sv.html share/webmin/sendmail/help/opt_QueueDirectory.zh_TW.Big5.html +share/webmin/sendmail/help/opt_QueueDirectory.zh_TW.UTF-8.html share/webmin/sendmail/help/opt_QueueLA.ca.html share/webmin/sendmail/help/opt_QueueLA.es.html share/webmin/sendmail/help/opt_QueueLA.fr.html @@ -287,6 +312,7 @@ share/webmin/sendmail/help/opt_QueueLA.ru_RU.html share/webmin/sendmail/help/opt_QueueLA.ru_SU.html share/webmin/sendmail/help/opt_QueueLA.sv.html share/webmin/sendmail/help/opt_QueueLA.zh_TW.Big5.html +share/webmin/sendmail/help/opt_QueueLA.zh_TW.UTF-8.html share/webmin/sendmail/help/opt_RefuseLA.ca.html share/webmin/sendmail/help/opt_RefuseLA.es.html share/webmin/sendmail/help/opt_RefuseLA.fr.html @@ -296,6 +322,7 @@ share/webmin/sendmail/help/opt_RefuseLA.ru_RU.html share/webmin/sendmail/help/opt_RefuseLA.ru_SU.html share/webmin/sendmail/help/opt_RefuseLA.sv.html share/webmin/sendmail/help/opt_RefuseLA.zh_TW.Big5.html +share/webmin/sendmail/help/opt_RefuseLA.zh_TW.UTF-8.html share/webmin/sendmail/help/opt_SendMimeErrors.ca.html share/webmin/sendmail/help/opt_SendMimeErrors.es.html share/webmin/sendmail/help/opt_SendMimeErrors.fr.html @@ -305,6 +332,7 @@ share/webmin/sendmail/help/opt_SendMimeErrors.ru_RU.html share/webmin/sendmail/help/opt_SendMimeErrors.ru_SU.html share/webmin/sendmail/help/opt_SendMimeErrors.sv.html share/webmin/sendmail/help/opt_SendMimeErrors.zh_TW.Big5.html +share/webmin/sendmail/help/opt_SendMimeErrors.zh_TW.UTF-8.html share/webmin/sendmail/help/opt_Timeout.queuereturn.ca.html share/webmin/sendmail/help/opt_Timeout.queuereturn.es.html share/webmin/sendmail/help/opt_Timeout.queuereturn.fr.html @@ -314,6 +342,7 @@ share/webmin/sendmail/help/opt_Timeout.queuereturn.ru_RU.html share/webmin/sendmail/help/opt_Timeout.queuereturn.ru_SU.html share/webmin/sendmail/help/opt_Timeout.queuereturn.sv.html share/webmin/sendmail/help/opt_Timeout.queuereturn.zh_TW.Big5.html +share/webmin/sendmail/help/opt_Timeout.queuereturn.zh_TW.UTF-8.html share/webmin/sendmail/help/opt_Timeout.queuewarn.ca.html share/webmin/sendmail/help/opt_Timeout.queuewarn.es.html share/webmin/sendmail/help/opt_Timeout.queuewarn.fr.html @@ -323,6 +352,7 @@ share/webmin/sendmail/help/opt_Timeout.queuewarn.ru_RU.html share/webmin/sendmail/help/opt_Timeout.queuewarn.ru_SU.html share/webmin/sendmail/help/opt_Timeout.queuewarn.sv.html share/webmin/sendmail/help/opt_Timeout.queuewarn.zh_TW.Big5.html +share/webmin/sendmail/help/opt_Timeout.queuewarn.zh_TW.UTF-8.html share/webmin/sendmail/help/opt_dmode.ca.html share/webmin/sendmail/help/opt_dmode.es.html share/webmin/sendmail/help/opt_dmode.html @@ -338,6 +368,7 @@ share/webmin/sendmail/help/units.ru_RU.html share/webmin/sendmail/help/units.ru_SU.html share/webmin/sendmail/help/units.sv.html share/webmin/sendmail/help/units.zh_TW.Big5.html +share/webmin/sendmail/help/units.zh_TW.UTF-8.html share/webmin/sendmail/images/access.gif share/webmin/sendmail/images/aliases.gif share/webmin/sendmail/images/attach.gif @@ -370,8 +401,10 @@ share/webmin/sendmail/lang/de share/webmin/sendmail/lang/en share/webmin/sendmail/lang/es share/webmin/sendmail/lang/fr +share/webmin/sendmail/lang/ja_JP.UTF-8 share/webmin/sendmail/lang/ja_JP.euc share/webmin/sendmail/lang/ja_JP.jis +share/webmin/sendmail/lang/ko_KR.UTF-8 share/webmin/sendmail/lang/ko_KR.euc share/webmin/sendmail/lang/nl share/webmin/sendmail/lang/pl @@ -382,7 +415,9 @@ share/webmin/sendmail/lang/sv share/webmin/sendmail/lang/tr share/webmin/sendmail/lang/uk_UA share/webmin/sendmail/lang/zh_CN +share/webmin/sendmail/lang/zh_CN.UTF-8 share/webmin/sendmail/lang/zh_TW.Big5 +share/webmin/sendmail/lang/zh_TW.UTF-8 share/webmin/sendmail/list_access.cgi share/webmin/sendmail/list_aliases.cgi share/webmin/sendmail/list_cgs.cgi @@ -434,3 +469,4 @@ share/webmin/sendmail/virtusers-lib.pl @dirrm share/webmin/sendmail/help @dirrm share/webmin/sendmail @dirrm share/examples/webmin/sendmail +@dirrm etc/webmin/sendmail diff --git a/sysutils/wbm-sendmail/distinfo b/sysutils/wbm-sendmail/distinfo index 253521174ba..06ca64dba16 100644 --- a/sysutils/wbm-sendmail/distinfo +++ b/sysutils/wbm-sendmail/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/05/16 15:42:42 jlam Exp $ +$NetBSD: distinfo,v 1.2 2007/04/21 05:23:05 obache Exp $ -SHA1 (webmin-modules-1.270/sendmail.wbm.gz) = dd67c541915a7a8155903dcccf600b88a44d3d07 -RMD160 (webmin-modules-1.270/sendmail.wbm.gz) = ae771e506417f4c75d72602c4fbe3b69d596855a -Size (webmin-modules-1.270/sendmail.wbm.gz) = 283084 bytes +SHA1 (webmin-1.340.tar.gz) = 530bb583824688f24fc4c6d0b8522d43c7f5bb96 +RMD160 (webmin-1.340.tar.gz) = 5f4cfe51e052c2f46dc7f6813e74fb0e5aebff05 +Size (webmin-1.340.tar.gz) = 15851601 bytes |