aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/webmin
Commit message (Collapse)AuthorAgeFilesLines
* Update modules: apache, squid, useradmin.olgeni2001-04-263-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | From the webmin updates page: * Apache Webserver: if Webmin is used in non-english language mode, "<Directory>" sections created using this module may be wrongly written out as something like "<Directorio>". * Squid Proxy Server: the cache_dir directive is not properly supported in squid 2.4. * Users and Groups: passwords for users created or modified from a batch file are not set correctly. (see also http://www.webmin.com/webmin/updates.html) While I'm here, check if a webmin configuration directory already exists at install time (post-install target): in this case, automatically run the webmin setup script (it will insert the proper Perl paths in the webmin scripts). Users who have multiple or different configuration directories will have to run the script manually, as before. PORTREVISION bump to advertise the new changes.
* Updated modules: bind8 and quota. Chase main tarball md5.olgeni2001-04-152-3/+5
| | | | | | | | | | | | | | From the updates page: * BIND DNS Server Reverse address records are not updated properly if the reverse zone has a "." at the end of its name in named.conf. Also, logging of some record additions is not done properly. * Disk Quotas On systems using the latest Linux quotas package (typically those with the 2.4 kernel), quotas cannot be edited or enabled for the first time. Submitted by: fenner's email
* Update module: net (0.85-1).olgeni2001-04-112-4/+4
| | | | | | | See also http://www.webmin.com/webmin/updates.html. Updated modules now have a proper version number in the filename, and on the software's updates page.
* Use ${LOCALBASE} in pkg-message, not "/usr/local".olgeni2001-04-051-1/+1
|
* Update modules: net and apache.olgeni2001-04-052-1/+4
| | | | | | | | | | | From the webmin updates page: apache: Two virtual servers can be created with the same name and port. On systems that restrict which Webmin users can edit which virtual servers, this could be used to get around the restriction. net: Virtual network interfaces could not be setup properly on Solaris 8. (this should not affect FreeBSD users).
* Update port to version 0.85.olgeni2001-03-282-13/+9
| | | | | * Support symlinks in automatic plist generation * Support for empty WEBMIN_MODULES variable (no patches yet)
* Do not use IGNOREFILES.olgeni2001-03-052-6/+5
| | | | | | | | | | | | | | I'm removing IGNOREFILES because I cannot get a clue about which files are updated on the webmin site. For example, if any module is updated twice, it will be listed only once on the site's updates page. The port will always work because the file's md5 is ignored, but I don't know when I should bump PORTREVISION. Since the default behavior of the port is to install the official version without updates, I prefer to have a md5 mismatch every now and then, so that PORTREVISION can be bumped and webmin users know when they _actually_ have to upgrade the port. No user visible changes, so no PORTREVISION bump.
* The "dfsadmin-file" (Solaris specific) has been updated, together with theolgeni2001-03-042-2/+4
| | | | "file" module.
* More info in pkg-message.olgeni2001-02-281-2/+5
| | | | | | Tell the users that they must run setup.sh after every webmin upgrade: part of the setup procedure will insert the correct perl paths in the webmin script, and webmin will not start without these settings.
* The default isc-dhcpd configuration lives in /usr/local/etc/, not /etc/.olgeni2001-02-281-0/+5
|
* Don't use IS_INTERACTIVE, be "make package" friendly.olgeni2001-02-282-2/+9
| | | | | | | This change allows webmin to be installed/upgraded using binary packages only. A new pkg-message file will tell the user what to do to configure webmin for the first time. The procedure is the same after both "make install" and "pkg_add".
* Fix for repeated "make install/deinstall" (development only).olgeni2001-02-282-2/+3
| | | | | | | | | Don't ${MV} /tmp/webmin.sh to ${PREFIX}/etc/rc.d: create it in ${WRKDIR} instead, and use ${CP}. If you move webmin.sh, you can't make install/deinstall/install: the last install will fail because of the missing file. No user visible changes, but speeds up testing.
* Add WITH_UPDATES install option.olgeni2001-02-281-1/+5
| | | | | | | | | | | | | | | When the webmin version changes on the master site, patches for previous versions may be removed (they are not stored in a version dependent subdirectory). This means that the port of version A will break as soon as version B is released, because the required updates disappear. If the updates are optional, webmin users still get a chance to install the port without updating their ports collection. It is also easier to support users because, by default, they will run the same "official" version of webmin. PORTREVISION bump: if you reinstall without WITH_UPDATES you will get an unpatched version of webmin.
* Provide sensible defaults for the postgresql module (correct username forolgeni2001-02-281-0/+9
| | | | | | | | | | | login, correct paths). No PORTREVISION bump: if webmin has already been installed then the postgresql module must be reconfigured by hand. These changes are provided as perl regexes in the Makefile, because we only want to change specific settings that could be shuffled in the next versions of webmin (the same holds true for the postfix module).
* Change MASTER_SITES to the new tarball home.olgeni2001-02-171-2/+2
| | | | Submitted by: Henk Wevers <wevers@cg.nu>
* Some whitespace fixes (spaces -> tabs) in the startup script.olgeni2001-02-132-4/+4
|
* Automatically compute the plist for the lib/webmin directory at installolgeni2001-02-122-5357/+6
| | | | time, so it always comes out right even if the updated modules change.
* The file module has been updated.olgeni2001-02-063-2/+4
| | | | | From the updates web page: "If the Trust unknown referers option is turned off in Webmin Configuration, the file manager module stops working."
* Download updated modules at install time: apache, mysql and status.olgeni2001-02-043-1/+26
| | | | Useful tips by: sobomax
* Teach webmin about the correct default postfix location (in ${LOCALBASE})olgeni2001-02-031-0/+8
|
* Remove all etc-related @dirrm entries in pkg-plist.olgeni2001-02-011-47/+0
|
* Update port to version 0.84 (important: security fix).olgeni2001-02-013-268/+794
| | | | Remove etc/ from pkg-plist to preserve configuration.
* Use proper capitalization (freebsd.org -> FreeBSD.org)olgeni2001-01-241-1/+1
| | | | Noted by: sobomax
* Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org)olgeni2001-01-241-1/+1
|
* Update to 0.83.roam2000-12-203-192/+385
| | | | | PR: 23683 Submitted by: maintainer
* LOCALBASE -> PREFIX where nesessary;demon2000-11-263-15/+48
| | | | | | | add 'stop' action to webmin.sh.sample. PR: 23093 Submitted by: olgeni@uli.it
* A new volunteerdougb2000-11-251-1/+1
|
* give maintenance to ports@freebsd.org because I don't use this portandreas2000-11-241-1/+1
| | | | | myself, so maintenance and downloading huge files is to much/time consuming for me.
* Upgrade webmin port from 0.80 to 0.82andreas2000-11-018-15/+832
| | | | | | | | | | | | | | | | Obtained patches from James (see PR) Further enhancements from me: - make port portlint clean - remove webmins behaviour, to write its startup code to /etc/rc.local a) this behaviour is discouraged now in FreeBSD b) it blindly appended the startup code at the end of rc.local ... my last line is exit 0, so startup code never has been executed. - wrote simple startup script that will be installed in our usual place. did that PREFIX-clean(tm) - added FreeBSD 4.1 and 4.2 to the os-list ... PR: 22312 Submitted by: "James E. Housley" <jeh@FreeBSD.org>
* Update to 0.80andreas2000-07-163-42/+1002
|
* Corrrect whitespace introduced during PORTNAME conversion and portlintmharo2000-04-221-1/+1
|
* Update Webmin to newest port 0.79andreas2000-04-183-124/+566
| | | | New: possibility to access webmin secure via SSL
* Update with the new PORTNAME/PORTVERSION variablecpiazza2000-04-101-11/+10
|
* Upgrade to 0.77vanilla2000-02-064-71/+891
|
* Update to 0.76andreas2000-01-082-3/+14
| | | | Submitted by: "Eugene Gres" <eug@eg.karpaty.uzhgorod.ua>
* My tar archive was corrupt.andreas1999-12-271-1/+1
| | | | | | Make new checksum. PR: closes 15692
* Update webmin to newest version 0.75 as requested by some webmin users...andreas1999-12-254-405/+368
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* update to new version 0.73andreas1999-08-193-32/+77
|
* Webmin doesn't need a webserver to run.andreas1999-07-161-11/+1
| | | | Submitted by: Maxim Sobolev <sobomax@altavista.net>
* reflect name change of apache binaryandreas1999-07-061-2/+2
|
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Upgrade webmin from 0.71 to 0.72andreas1999-06-053-33/+61
| | | | Make webmin FreeBSD 4.0 aware.
* Add more WWW: tagsmharo1999-05-031-1/+1
| | | | I must really like taking on sick tasks. First gtk, now this.
* Forgotten in previous commitandreas1999-04-131-6/+6
|
* update to webmin-0.71andreas1999-04-133-54/+339
| | | | PR: 11068
* update to webmin v 0.65andreas1999-01-083-16/+79
| | | | | | | | | | | New in this version - Added Solaris 7 support - Better support for Redhat 5.2 - Squid NOVM and 2.1 support - FreeBSD group quotas support - Apache module bugfixes and support for dynamic modules - BIND module bugfixes - Other assorted bugfixes
* Check if webserver is installedandreas1998-11-201-1/+11
| | | | | | Warn user if no webserver is installed Recommend apache13-php or apache13-modssl. the php version can be configured to use the modssl module as well ...
* define USE_PERL5 in Makefileandreas1998-11-201-1/+2
|
* new port webmin v0.64andreas1998-11-207-0/+1412
Webmin is a web-based interface for system administration for Unix. Using any browser that supports tables and forms, you can setup user accounts, Apache, DNS, file sharing and so on. Webmin consists of a simple web server, and a number of CGI programs which directly update system files like /etc/inetd.conf and /etc/passwd. The web server and all CGI programs are written in Perl version 5, and use no external modules. This means that you only need a Perl binary to run Webmin. More infos: http://www.webmin.com/webmin/