Ignore:
Timestamp:
12/04/2006 16:38:25 (5 years ago)
Author:
ccowart
Message:

Created the attributes features for storing arbitrary metadata associated
with files. These attributes will be the framework for syntax verification
and {pre,post}-install scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman/confmancommon.sh

    r121 r122  
    2323else 
    2424        exec 3>&1 
    25         exec $0 $* 5>&1 1>&3 | logger -t "$MYNAME[$$]: $USER" -s 
     25        exec $0 "$@" 5>&1 1>&3 | logger -t "$MYNAME[$$]: $USER" -s 
    2626        exit ${PIPESTATUS[0]} 
    2727fi 
Note: See TracChangeset for help on using the changeset viewer.