Network Security Toolkit (NST) Patch: P200606031 NetworkSecurityToolkit.org Logo
Detailed Patch README File - Last Updated: 2008-02-28T23:41:42-05:00

Patch Summary: Testing patch (i386) - creates file: '/tmp/i386-test.txt'.

Patch Release Specifications:

Patch Can Be Applied To NST Distribution all - all
Patch Type patch
Architecture i386
Can Patch Be Installed On A NST Live CD/DVD yes
Patch Creation Date 2006-06-03
Current Patch Version Number 1.0.4
Patch Download P200606031-104.zip
MD5SUM Checksum 50213e53d5ca1477609a126afbb6490a

Patch Revision History:

2007-05-11 (v1.0.4)
Change patch architecture to 'i386'. Now creates the file: "/tmp/i386-test.txt".

2007-03-10 (v1.0.3)
Changed summary text and added more execution comments.

2006-06-03 (v1.0.2)
Added file listing: '/bin/ls "/tmp/xxx-test.txt"'.

2006-06-03 (v1.0.1)
Added file change mode to: "777".

2006-06-03 (v1.0.0)
This is a development testing patch for a Live NST CD/DVD boot and also for a hard disk NST installation. It just creates the file: "xxx-test.txt" in the "/tmp" directory. Its primary purpose is to exercise the NST patch management system.

Patch Release Notes:

This patch can be applied by hand by downloading the patch file: "P200606031-104.zip" to your NST probe system, unzipping it and then running the "nstpatch.sh" script contained, For example:

[root@probe ~]# mkdir /tmp/patch
[root@probe ~]# cd /tmp/patch
[root@probe patch]# wget -nH http://nst.sourceforge.net/nst/patches/P200606031-104.zip

  ... output from wget ...

[root@probe patch]# unzip P200606031-104.zip

  ... output from unzip ...

[root@probe patch]# ./nstpatch.sh

  ... output from nstpatch.sh ...

[root@probe patch]# cd
[root@probe ~]# rm -fr /tmp/patch
[root@probe ~]#