linuxcommand-announce Mailing List for LinuxCommand (Page 5)
Brought to you by:
bshotts
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
(6) |
Jul
(2) |
Aug
(3) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(3) |
Feb
(2) |
Mar
(3) |
Apr
(2) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2002 |
Jan
(1) |
Feb
(4) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2009 |
Jan
(4) |
Feb
(9) |
Mar
(8) |
Apr
(5) |
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(1) |
2010 |
Jan
(4) |
Feb
(8) |
Mar
(10) |
Apr
(12) |
May
(5) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(4) |
Feb
|
Mar
|
Apr
(1) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: William S. <bs...@tw...> - 2001-03-18 19:50:58
|
sf-tools version 0.4.1 has been released. sf-tools - Tools for SourceForge users ====================================== The sf-tools package contains several scripts designed to assist SourceForge users perform routine project maintenance tasks. The package contains the following tools: * sft_run_webalizer - This program is intended for installation on the SourceForge shell server and can be used to automatically perform web server log analysis using webalizer. * sft_upload_website - This program uploads the contents of your web site to your project directory. By default, it only uploads files more recent than the previous upload. * sft_new_cvs_module - This program imports a new software product into your CVS repository. * sft_release_module - This program releases a software module. It updates your CVS, tags the CVS tree with the release version number, prompts you to update your CHANGELOG file, constructs and mails a release announcement to your project's announcement mailing list (if any), and uploads the module tarball to SourceForge. CHANGELOG for sf-tools ====================== Version 0.4.1 -- Sun, Mar 18, 2001 02:27:59 PM ---------------------------------------------- Changed name of ftp upload site in sft_release_module. Note that SourceForge has recently unmounted the /home/logs filesystem making it impossible to process your own web logs, thus sft_run_webalizer is no longer useful. If SF comes up with another log parsing scheme, I will try to support it. Version 0.4.0 -- Sun, Feb 11, 2001 02:31:31 PM ---------------------------------------------- Added sft_new_cvs_module script. This addition completes the initial set of tools for this package. Version 0.3.0 -- Sat, Feb 03, 2001 06:26:55 PM ---------------------------------------------- Added sft_release_module script. Other scripts have minor (mostly cosmetic) changes. 01/28/01 12:39:57 ver. 0.2.2 ---------------------------- Changed sft_upload_website to support automatic installation of web site tarball on shell server. 01/27/01 21:04:06 ver. 0.2.1 ---------------------------- Fixed a bug in sft_upload_website with the directory layout in the uploaded archive. 01/27/01 20:21:03 ver. 0.2.0 ---------------------------- Added sft_upload_website, a script to upload your SourceForge web site. 01/22/01 19:58:13 ver. 0.1.0 ---------------------------- Initial release. Contains the sft_run_webalizer script. More scripts to follow. $Id: CHANGELOG,v 1.7 2001/03/18 19:31:08 bshotts Exp $ -- ||||| William Shotts, Jr. (bs...@cl...) ||||| http://www.clark.net/pub/bshotts/ (Updated 04/13/2000) ||||| Be a Linux Commander! Follow me to http://linuxcommand.org |
From: William S. <bs...@tw...> - 2001-03-18 19:47:56
|
diskcopy version 0.0.6 has been released. diskcopy ======== This is a program that copies floppy disks. Changelog for diskcopy v.0.6 Copyright 2000 - 2001, Jogeir Lindseth <jo...@fr...>. v.0.6. (04.1.2000) - Fixed small bug in multicopy. - Added diskcopy.lsm file. v.0.5 (03.12.2000) - Added [ -v --version ] options, outputs version. function version. - Fixed some typos. - Added a copy of Gnu_Public_License. v.0.4 (18.10.2000) - Rewrite of the code more use of functions. - Added posibility for multicopy of floppys. v.0.3 (20.09.2000) - Added Makefile. - Added man file diskcopy.1. v.0.2 (25.08.2000) - Added use of constants for floppy device and the temporary hdd imagefile. - Added possibility to configure which floppy drive to use. - Moved cleanup to the "clean_up routine". - Minor change to diskcopy.README file. v.0.1 (16.08.2000) - Better info on the screen. - Better routine to make sure that the floppy.img file is writable. - Added routine to handle the case where the dd command fails. - Moved cleanup to the "graceful_exit routine". v.0.0 (06.08.2000) - Initial release. $Id: CHANGELOG,v 1.2 2001/03/18 18:59:10 bshotts Exp $ CHANGELOG -- ||||| William Shotts, Jr. (bs...@cl...) ||||| http://www.clark.net/pub/bshotts/ (Updated 04/13/2000) ||||| Be a Linux Commander! Follow me to http://linuxcommand.org |
From: William S. <bs...@tw...> - 2001-02-11 19:56:49
|
sf-tools version 0.4.0 has been released. sf-tools - Tools for SourceForge users ====================================== The sf-tools package contains several scripts designed to assist SourceForge users perform routine project maintenance tasks. The package contains the following tools: * sft_run_webalizer - This program is intended for installation on the SourceForge shell server and can be used to automatically perform web server log analysis using webalizer. * sft_upload_website - This program uploads the contents of your web site to your project directory. By default, it only uploads files more recent than the previous upload. * sft_new_cvs_module - This program imports a new software product into your CVS repository. * sft_release_module - This program releases a software module. It updates your CVS, tags the CVS tree with the release version number, prompts you to update your CHANGELOG file, constructs and mails a release announcement to your project's announcement mailing list (if any), and uploads the module tarball to SourceForge. CHANGELOG for sf-tools ====================== Version 0.4.0 -- Sun, Feb 11, 2001 02:31:31 PM ---------------------------------------------- Added sft_new_cvs_module script. This addition completes the initial set of tools for this package. Version 0.3.0 -- Sat, Feb 03, 2001 06:26:55 PM ---------------------------------------------- Added sft_release_module script. Other scripts have minor (mostly cosmetic) changes. 01/28/01 12:39:57 ver. 0.2.2 ---------------------------- Changed sft_upload_website to support automatic installation of web site tarball on shell server. 01/27/01 21:04:06 ver. 0.2.1 ---------------------------- Fixed a bug in sft_upload_website with the directory layout in the uploaded archive. 01/27/01 20:21:03 ver. 0.2.0 ---------------------------- Added sft_upload_website, a script to upload your SourceForge web site. 01/22/01 19:58:13 ver. 0.1.0 ---------------------------- Initial release. Contains the sft_run_webalizer script. More scripts to follow. $Id: CHANGELOG,v 1.6 2001/02/11 19:32:55 bshotts Exp $ -- ||||| William Shotts, Jr. (bs...@cl...) ||||| http://www.clark.net/pub/bshotts/ (Updated 04/13/2000) ||||| Be a Linux Commander! Follow me to http://linuxcommand.org |
From: William S. <bs...@tw...> - 2001-02-03 23:32:37
|
sf-tools version 0.3.0 has been released. sf-tools - Tools for SourceForge users ====================================== The sf-tools package contains several scripts designed to assist SourceForge users perform routine project maintenance tasks. The package contains the following tools: * sft_run_webalizer - This program is intended for installation on the SourceForge shell server and can be used to automatically perform web server log analysis using webalizer. * sft_upload_website - This program uploads the contents of your web site to your project directory. By default, it only uploads files more recent than the previous upload. * sft_new_cvs_module - This program imports a new software product into your CVS repository. * sft_release_module - This program releases a software module. It updates your CVS, tags the CVS tree with the release version number, prompts you to update your CHANGELOG file, constructs and mails a release announcement to your project's announcement mailing list (if any), and uploads the module tarball to SourceForge. CHANGELOG for sf-tools ====================== Version 0.3.0 -- Sat, Feb 03, 2001 06:26:55 PM ---------------------------------------------- Added sft_release_module script. Other scripts have minor (mostly cosmetic) changes. 01/28/01 12:39:57 ver. 0.2.2 Changed sft_upload_website to support automatic installation of web site tarball on shell server. 01/27/01 21:04:06 ver. 0.2.1 Fixed a bug in sft_upload_website with the directory layout in the uploaded archive. 01/27/01 20:21:03 ver. 0.2.0 Added sft_upload_website, a script to upload your SourceForge web site. 01/22/01 19:58:13 ver. 0.1.0 Initial release. Contains the sft_run_webalizer script. More scripts to follow. -- ||||| William Shotts, Jr. (bs...@cl...) ||||| http://www.clark.net/pub/bshotts/ (Updated 04/13/2000) ||||| Be a Linux Commander! Follow me to http://linuxcommand.org |
From: William S. <bs...@tw...> - 2001-01-28 17:48:53
|
Version 0.2.2 of sf-tools has been released. Changelog follows: Changelog for sf-tools $Id: CHANGELOG,v 1.4 2001/01/28 17:41:44 bshotts Exp $ 01/22/01 19:58:13 ver. 0.1.0 Initial release. Contains the sft_run_webalizer script. More scripts to follow. 01/27/01 20:21:03 ver. 0.2.0 Added sft_upload_website, a script to upload your SourceForge web site. 01/27/01 21:04:06 ver. 0.2.1 Fixed a bug in sft_upload_website with the directory layout in the uploaded archive. 01/28/01 12:39:57 ver. 0.2.2 Changed sft_upload_website to support automatic installation of web site tarball on shell server. -- ||||| William Shotts, Jr. (bs...@cl...) ||||| http://www.clark.net/pub/bshotts/ (Updated 04/13/2000) ||||| Be a Linux Commander! Follow me to http://linuxcommand.org |
From: William S. <bs...@tw...> - 2001-01-28 02:14:56
|
Version 0.2.1 of sf-tools has been released. Changelog follows: Changelog for sf-tools $Id: CHANGELOG,v 1.3 2001/01/28 02:05:10 bshotts Exp $ 01/22/01 19:58:13 ver. 0.1.0 Initial release. Contains the sft_run_webalizer script. More scripts to follow. 01/27/01 20:21:03 ver. 0.2.0 Added sft_upload_website, a script to upload your SourceForge web site. 01/27/01 21:04:06 ver. 0.2.1 Fixed a bug in the directory layout in the uploaded archive. -- ||||| William Shotts, Jr. (bs...@cl...) ||||| http://www.clark.net/pub/bshotts/ (Updated 04/13/2000) ||||| Be a Linux Commander! Follow me to http://linuxcommand.org |
From: William S. <bs...@tw...> - 2001-01-23 01:19:06
|
Version 0.1.0 of sf-tools has been released. Changelog follows: Changelog for sf-tools $Id: CHANGELOG,v 1.1 2001/01/23 00:59:38 bshotts Exp $ 01/22/01 19:58:13 ver. 0.1.0 Initial release. Contains the sft_run_webalizer script. More scripts to follow. -- ||||| William Shotts, Jr. (bs...@cl...) ||||| http://www.clark.net/pub/bshotts/ (Updated 04/13/2000) ||||| Be a Linux Commander! Follow me to http://linuxcommand.org |
From: William S. <bs...@tw...> - 2000-11-24 15:13:10
|
Version 1.1.0 of rh-errata has been released. Changelog follows: Changelog for rh-errata $Id: CHANGELOG,v 1.2 2000/11/24 15:12:32 bshotts Exp $ 07/22/00 18:04:48 ver. 1.0.1 Added support for kernel architecture option (-k) and noarch. Improved temp file handling. Changed default ftp site to ftp.valinux.com which seems more up-to-date. 11/24/00 10:09:17 ver. 1.1.0 Added new intelligent mode that only attempts to download packages installed on the system running rh-errata. Also added feature that attempts to re-download files that appear corrupt in the repository (perhaps as the result of a previous failed download attempt). |
From: William S. <bs...@tw...> - 2000-10-29 16:52:42
|
Version 1.0.4 of misc has been released. Changelog follows: Changelog for misc $Id: CHANGELOG,v 1.2 2000/10/29 16:52:10 bshotts Exp $ 08/27/00 19:44:57 ver. 1.0.3 Added two new scripts: diskcopy by Jogeir Lindseth and sizeof by William Shotts. 10/29/00 11:51:01 ver. 1.0.4 Removed diskcopy from the misc package. Diskcopy now has its own package. |
From: William S. <bs...@tw...> - 2000-10-29 16:42:32
|
Version 0.0.4 of diskcopy has been released. Changelog follows: Changelog for diskcopy v.0.4 Copyright 2000, Jogeir Lindseth <jol...@nt...>. v.0.4 (18.10.2000) - Rewrite of the code mor use of functions. - Added posibility for multicopy of floppys. v.0.3 (20.09.2000) - Added Makefile - Added man file diskcopy.1 v.0.2 (25.08.2000) - Added use of constants for floppy device and the temporary hdd imagefile. - Added possibility to configure which floppy drive to use. - Moved cleanup to the "clean_up routine". - Minor change to diskcopy.README file. v.0.1 (16.08.2000) - Better info on the screen. - Better routine to make sure that the floppy.img file is writable. - Added routine to handle the case where the dd command fails. - Moved cleanup to the "graceful_exit routine". v.0.0 (06.08.2000) - Initial release. |
From: William S. <bs...@tw...> - 2000-08-27 23:47:26
|
Version 1.0.3 of misc has been released. Changelog follows: Changelog for misc $Id: CHANGELOG,v 1.1 2000/08/27 23:46:53 bshotts Exp $ 08/27/00 19:44:57 ver. 1.0.3 Added two new scripts: diskcopy by Jogeir Lindseth and sizeof by William Shotts. |
From: William S. <bs...@tw...> - 2000-08-25 00:35:02
|
Version 0.9.5 of linuxcommand has been released. Changelog follows: Changelog for linuxcommand $Id: CHANGELOG,v 1.3 2000/08/25 00:26:30 bshotts Exp $ 06/03/00 12:48:30 ver. 0.9.3 Corrected various errors in the README files. 06/03/00 13:54:45 ver. 0.9.4 Fixed problem in build to exclude CVS directory 08/24/00 20:25:00 ver. 0.9.5 Updated lc_new_script to match current version of new_script |
From: William S. <bs...@tw...> - 2000-08-04 00:14:44
|
Version 1.0.4 of new_script has been released. Changelog follows: Changelog for new_script $Id: CHANGELOG,v 1.3 2000/08/04 00:14:01 bshotts Exp $ 06/17/00 20:46:55 ver. 1.0.2 Fixed a subtle problem where if a template was edited with a text editor that replaces tabs with spaces, an error would occur in the resulting script. Also added a security warning regarding tmp files. 06/30/00 20:17:19 ver. 1.0.3 Changed template to add clean_up call if invalid command line option is given. Added root user detection and improved temp file handling. 08/03/00 20:12:31 ver. 1.0.4 More temporary file improvements and cosmetic fixes. |
From: William S. <bs...@tw...> - 2000-07-22 22:07:19
|
Version 1.0.1 of rh-errata has been released. Changelog follows: Changelog for rh-errata $Id: CHANGELOG,v 1.1 2000/07/22 22:06:55 bshotts Exp $ 07/22/00 18:04:48 ver. 1.0.1 Added support for kernel architecture option (-k) and noarch. Improved temp file handling. Changed default ftp site to ftp.valinux.com which seems more up-to-date. |
From: William S. <bs...@tw...> - 2000-07-01 00:24:36
|
Version 1.0.3 of new_script has been released. Changelog follows: Changelog for new_script $Id: CHANGELOG,v 1.2 2000/07/01 00:19:26 bshotts Exp $ 06/17/00 20:46:55 ver. 1.0.2 Fixed a subtle problem where if a template was edited with a text editor that replaces tabs with spaces, an error would occur in the resulting script. Also added a security warning regarding tmp files. 06/30/00 20:17:19 ver. 1.0.3 Changed template to add clean_up call if invalid command line option is given. Added root user detection and improved temp file handling. |
From: William S. <bs...@tw...> - 2000-06-25 21:04:59
|
I have updated the SuperMan pages to include the complete set of man pages (sections 1 and 8) for a complete Red Hat 6.2 install. There are now over 1900 pages in the archive. Enjoy. -- ||||| William Shotts, Jr. (bs...@cl...) ||||| http://www.clark.net/pub/bshotts/ (Updated 04/13/2000) ||||| Be a Linux Commander! Follow me to http://linuxcommand.org |
From: William S. <bs...@tw...> - 2000-06-18 00:53:09
|
Version 1.0.2 of new_script has been released. Changelog follows: Changelog for new_script $Id: CHANGELOG,v 1.1 2000/06/18 00:49:16 bshotts Exp $ 06/17/00 20:46:55 ver. 1.0.2 Fixed a subtle problem where if a template was edited with a text editor that replaces tabs with spaces, an error would occur in the resulting script. Also added a security warning regarding tmp files. |
From: William S. <bs...@tw...> - 2000-06-17 01:54:53
|
The first version of the SuperMan pages has been deployed. Please give it a looking over and let me know what you think. -- ||||| William Shotts, Jr. (bs...@cl...) ||||| http://www.clark.net/pub/bshotts/ (Updated 04/13/2000) ||||| Be a Linux Commander! Follow me to http://linuxcommand.org |
From: William S. <bs...@tw...> - 2000-06-09 02:04:15
|
There is a new discussion mailing list for the LinuxCommand.org project. Use this list to discuss command line issues, shell scripting problems, migration issues, tips and tricks, etc. To suscribe please go to: http://lists.sourceforge.net/mailman/listinfo/linuxcommand-discuss Thanks. -- ||||| William Shotts, Jr. (bs...@cl...) ||||| http://www.clark.net/pub/bshotts/ (Updated 04/13/2000) ||||| Be a Linux Commander! Follow me to http://linuxcommand.org |
From: William S. <bs...@tw...> - 2000-06-03 17:58:20
|
Version 0.9.4 of linuxcommand has been released. Changelog follows: Changelog for linuxcommand $Id: CHANGELOG,v 1.2 2000/06/03 17:55:33 bshotts Exp $ 06/03/00 12:48:30 ver. 0.9.3 Corrected various errors in the README files. 06/03/00 13:54:45 ver. 0.9.4 Fixed problem in build to exclude CVS directory |
From: William S. <bs...@tw...> - 2000-06-03 16:52:04
|
Version 0.9.3 of linuxcommand has been released. Changelog follows: Changelog for linuxcommand $Id: CHANGELOG,v 1.1 2000/06/03 16:49:18 bshotts Exp $ 06/03/00 12:48:30 ver. 0.9.3 Corrected various errors in the README files. |
From: William S. <bs...@tw...> - 2000-04-09 01:47:57
|
The misc package package contains various utility scripts including: alarm Plays an audible alarm until the enter key is depressed. Useful to call at the end of a long process to alert the user to take action. compare_cds Performs various types of comparisons between CD-ROMS. Designed originally to verify that one CD exactly matches another. -- ||||| William Shotts, Jr. (bs...@cl...) ||||| http://www.clark.net/pub/bshotts/ (Updated 04/03/2000) |
From: William S. <bs...@tw...> - 2000-03-26 20:02:57
|
This collection of files is designed for persons wishing to contribute to the LinuxCommand.org project. It contains the following files: new_script A shell script that helps you write shell programs. Use of this script is required for scripts included in the LinuxCommand.org project. new_script.README Documentation file for the new_script script new_function A shell script that helps you write shell functions new_function.README Documentation file for the new_function script proto.README A prototype README file template for your scripts linuxcommand.README This file Later versions of this kit will include templates for creating web pages intended for the two educational tracks on the LinuxCommand.org site - Learning the shell, and Writing shell scripts. -- ||||| William Shotts, Jr. (bs...@cl...) ||||| http://www.clark.net/pub/bshotts/ (Updated 11/09/1998) |