summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-09-25Drop using ProtocolKeepAlive by default (as it does not solve the problem of ↵Jonas Smedegaard
freezing ADSL connections anyway).
2003-08-26New script localuserinfo: show realname and/or other info about user.Jonas Smedegaard
2003-08-22Expect source files to be below /usr/local/src/apache (and not ↵Jonas Smedegaard
/usr/local/share/apache).
2003-08-22Avoid linking against no longer existing db1.Jonas Smedegaard
2003-08-22suexec source is no longer in apache-common, so expect source files to be ↵Jonas Smedegaard
below /usr/local/share/apache instead.
2003-08-22suexec source is no longer in apache-doc.Jonas Smedegaard
2003-07-12Fix wrongly set variable (failed when given multiple sources).Jonas Smedegaard
2003-07-11Only double-escape remote path (yes - it finally works!).Jonas Smedegaard
2003-07-11Remove debug option.Jonas Smedegaard
2003-07-10Handle files with spaces (although that pescy rsync doesn't cope with them ↵Jonas Smedegaard
anyhow :-( ).
2003-06-01Enable ProtocolKeepAlive on remote connections.Jonas Smedegaard
2003-05-22Use /var/log/apache-vhosts by default.Jonas Smedegaard
2003-03-24Correct argument passing, so help is shown even with only one option (as the ↵Jonas Smedegaard
error message suggests).
2003-02-21 * corrected script so the PDF created (when not mailing it) has rights so ↵Klaus Agnoletti
everybody in fsdamin can delete it.
2003-01-24--verbose does no longer include --stats and --progress.Jonas Smedegaard
2003-01-24Tune rsync options: Remove superfluous ones and enable -H (check for ↵Jonas Smedegaard
hardlinks - strongly needed for storebackup).
2003-01-15Added support for XenuxPDF. The changes have no effect if XenuxPDFMartin Skøtt
isn't installed so they shouldn't effect existing setups.
2003-01-11New script localeztemplateget to extract template from eZ 2.2.x site.Jonas Smedegaard
2002-12-28Echo actual directories, not the variable name.Jonas Smedegaard
2002-12-26New script mycert to help merge and encrypt user certificate.Jonas Smedegaard
2002-12-10Add TODO's.Jonas Smedegaard
2002-12-10Add more hints about origins of the script (in case it disappears from its ↵Jonas Smedegaard
current location).
2002-12-08Update to macusers from netatalk 1.5.5. Strip gecos noise. Recognize ↵Jonas Smedegaard
IP-numbers (not only hostnames).
2002-12-07Update ChangeLog.Jonas Smedegaard
2002-12-07Update ChangeLog.Jonas Smedegaard
2002-12-07Update ChangeLog.Jonas Smedegaard
2002-12-07Add new script nfs-ssh-fw: Automatic setup of nfs tunneling though ssh.Jonas Smedegaard
2002-12-05Rename dirs first, then non-dirs - and make sure /xxx/ matches all dirs.Jonas Smedegaard
2002-12-05Consistently use grep (instead of sometimes find -name).Jonas Smedegaard
2002-12-03Update ChangeLog.Jonas Smedegaard
2002-12-03mksshauth: Support for extra options. Vastly improved error handling.Jonas Smedegaard
2002-12-03mksshauth: Make it an Sh script, not Bash. Correct copyright info.Jonas Smedegaard
2002-12-03mksshauth: Separate option parsing and execution. Add header with copyright ↵Jonas Smedegaard
info.
2002-12-03Added xmutt.Juri Jensen
2002-12-03localezmangle: Append mangle. to default sedfile and diff. Add lang example.Jonas Smedegaard
2002-12-03localezmangle: Another error message improvement.Jonas Smedegaard
2002-12-03localezmangle: Avoid copying into existing targetdir. Improved error messages.Jonas Smedegaard
2002-12-03localezmangle: Improved documentation.Jonas Smedegaard
2002-12-03Remove script name from default sedfile (as documented).Jonas Smedegaard
2002-12-03Add new script localezmangle: Extract, rename and auto-mangle eZ Publish ↵Jonas Smedegaard
2.2.x templates and languages.
2002-11-19Add dpkg-divert command to make-suexec-for-home.Jonas Smedegaard
2002-10-17localbackupconfig: Let diff fail silently.Jonas Smedegaard
2002-10-15localbackupconfig: Fail on error.Jonas Smedegaard
2002-08-29Udate (and improve layout of) ChangeLog.Jonas Smedegaard
2002-08-29localnsrequest: Use account as mailuser for TotalRegistrations.Jonas Smedegaard
2002-08-19pdfdistiller: Add logline about sending the pdf file.Jonas Smedegaard
2002-08-19pdfdistiller: More structured approach to avoiding emails to non-user accounts.Jonas Smedegaard
2002-08-15 * I created a nice little script which is capable of getting the ↵Klaus Agnoletti
temperature of any METAR weatherstation and return it in fahrenheit and celsius. I designed it to use with Cacti, a PHP based RRD tools frontend. More info at http://www.raxnet.net. Expect a hack of it to show other weatherdata in the next couple of days.
2002-08-13 * An extra condition proved to be needed to ensure proper functionality ↵Klaus Agnoletti
when 'nobody' is prin ting.
2002-08-09 * Changed an if-statement to avoid problems when printing using samba and ↵Klaus Agnoletti
the nobody user.