Changeset 120bcdd for TODO


Ignore:
Timestamp:
07/16/2006 10:43:03 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
60a5064
Parents:
3c10176
Message:

Updated TODO files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TODO

    r3c10176 r120bcdd  
    1010    Before working on that we need to fix the BLFS support.
    1111
    12   - To create a script to install jhalfs system-wide.
    1312
    14 
    15 LFS MODULE (all this is applicable also to CLFS and HLFS modules)
     13LFS MODULE (Applicable also to CLFS and HLFS modules)
    1614----------
    1715
     
    2321    Before working on that we need to fix the BLFS support.
    2422
     23  - To add support for copying to the final system pre-generated
     24    configuration files created by the user.
    2525
    26 BLFS MODULE (work in progress in the experimental branch.
    27 -----------  See also BLFS/TODO file on that branch)
    2826
    29   - The SourceForge download links don't work.
    30 
    31   - The current code to use a FTP mirror as fallback is broken
    32     for several packages due FTP migration to upstream formats.
    33 
    34   - To fix files creation using sudo. Comment from Ag Hatzim:
    35 
    36       Commands, that using cat with sudo, to redirect the output to
    37       certain files that users have no write access, will fail.
    38 
    39       Eg. fcron.
    40 
    41       #-------------------------------#
    42       (~/jhablfs)sudo cat >> /etc/syslog.conf << "EOF"
    43       # Begin fcron addition to /etc/syslog.conf
    44 
    45       cron.* -/var/log/cron.log
    46 
    47       # End fcron addition
    48       EOF
    49       zsh: permission denied: /etc/syslog.conf
    50       #-------------------------------#
    51 
    52       Since the shell is doing the redirection (man bash -REDIRECTION),
    53       *before* the command is executed, sudo can not see the redirection,
    54       so a new shell is needed for sudo to execute the actual command.
    55 
    56       Like so, the previous command should be something like this.
    57 
    58       #-------------------------------#
    59       (~/jhablfs)sudo sh -c "cat >> /etc/syslog.conf << "EOF"
    60       # Begin fcron addition to /etc/syslog.conf
    61 
    62       cron.* -/var/log/cron.log
    63 
    64       # End fcron addition
    65       EOF"
    66       #-------------------------------#
    67 
    68   - Figure out how to handle Perl modules installation and other pages
    69     that have commands to install more that one package (e.g., Gnat in GCC
    70     Java-bin in Java, sane-backends and sane-frotnends in Sane, etc)
     27BLFS MODULE (See BLFS/TODO)
     28-----------
    7129
    7230
     
    7937    Makefile if additional scripts are manually added to the *-commands/*/ dirs.
    8038
     39  - To create a script to install jhalfs system-wide, if possible.
    8140
Note: See TracChangeset for help on using the changeset viewer.