#!/bin/bash

# slacktrack dummy script for Slackware 12.0 release.
#
# Will be replaced with the real McCoy in version 1.33.
#
cat << EOF 

The functionality of slacktrack has been removed for
the release of Slackware 12.0.

This is because the 'installwatch' library does not handle 
the new *at-style functions that coreutils-6.7 and greater
are using.  This means that chown, chmod and friends from
coreutils-6.7 and greater will not work.

It is expected that installwatch will be updated shortly but
unfortunately not in time for the release of Slackware 12.0.

Options
-------

[1] Please consider using 'altertrack' -- an alternate version of
    slacktrack (included within slacktrack package) -- but be aware
    that this version will alter the contents of your filesystem.  
    Please see the 'FAQ'.

    ** Users of 'altertrack' are expected to build packages on
       disposable development installations of Slackware only. **

 [2] Downgrade to an older version of coreutils such as v5.97
     and call the real slacktrack script:
     /usr/bin/slacktrack-real
 

slacktrack updates
-------------------

slacktrack's home page can be found at:
  http://www.slackware.com/~mozes
Please check there for a version newer than v1.32.

30-Jun-2007
Stuart Winter <mozes@slackware.com>
EOF
