Commit graph

5 commits

Author SHA1 Message Date
Jimmy Olgeni
bb1e1d09c6 Update port to version 0.86, add better handling of BATCH in "make install"
and pkg_add, don't let setup.sh start the service. The setup script is now
automatically called when not installing in batch mode.

Also, "borrow" better pkg-plist implementation from the vim5 port: it
allows to have @execs at the end of pkg-plist (thanks to O'Brien :-))
2001-06-06 11:48:57 +00:00
Jimmy Olgeni
ff9fbae35a Update modules: apache, squid, useradmin.
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.
2001-04-26 11:45:24 +00:00
Jimmy Olgeni
650550f57b Use ${LOCALBASE} in pkg-message, not "/usr/local". 2001-04-04 20:45:54 +00:00
Jimmy Olgeni
e5d1074265 More info in pkg-message.
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.
2001-02-28 09:14:44 +00:00
Jimmy Olgeni
a79689be8b Don't use IS_INTERACTIVE, be "make package" friendly.
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".
2001-02-27 22:10:32 +00:00