Ignore:
Timestamp:
Jan 3, 2006, 4:09:12 PM (18 years ago)
Author:
bcornec
Message:

Patches from Sébastien Aperghis-Tramoni <maddingue@…>

replace several occurences of "cat .. | grep .."
or with similar commands that accept filenames as arguments.
+ some sort | uniq replaced by sort -u

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.06/mondo/mondo/mondoarchive/mondo-cli.c

    r213 r273  
    869869        &&
    870870        !run_program_and_log_output
    871         ("cat /etc/issue.net | grep -i suse | grep 64", TRUE)) {
     871        ("grep -i suse /etc/issue.net | grep 64", TRUE)) {
    872872        bkpinfo->make_cd_use_lilo = TRUE;
    873873        log_to_screen
Note: See TracChangeset for help on using the changeset viewer.