LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   slackware-current out-to-date? (https://www.linuxquestions.org/questions/slackware-14/slackware-current-out-to-date-537911/)

Alien Bob 03-27-2007 07:29 AM

Quote:

Originally Posted by simcox1
Or just change the script and use the EXCLUDEFILE variable. I find it easier to put any options in the script itself.

Whatever you like the best ;-) There is nothing wrong with editing the script to change the default behaviour.

Cheers, Eric

simcox1 03-27-2007 07:41 AM

One more thing I'd like to ask. I like verbose output, and use the -v option when I run the script. In the script there are VERBOSE and VERBOSE2 options. Is it enough to change VERBOSE -q to VERBOSE -v to get verbose output?

Thanks.

Alien Bob 03-27-2007 08:42 AM

Quote:

Originally Posted by simcox1
One more thing I'd like to ask. I like verbose output, and use the -v option when I run the script. In the script there are VERBOSE and VERBOSE2 options. Is it enough to change VERBOSE -q to VERBOSE -v to get verbose output?

Take a look at how the arguments are parsed - this for "-v":
Code:

    v ) echo "Enabling verbose output...."
        DEBUG=1
        VERBOSE="-v --progress"
        VERBOSE2="-nv"

So there are your variables you need to set...
I also noticed that I no longer use that VERBOSE2 variable in the script... so it will go in the next update.

Eric


All times are GMT -5. The time now is 08:48 PM.