Summary: | Отсутствует зависимость от getopt | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Yauhen Kharuzhy <y.kharuzhy> |
Component: | alternatives | Assignee: | placeholder <placeholder> |
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
Severity: | major | ||
Priority: | P3 | CC: | at, glebfm, ldv, placeholder |
Version: | unstable | ||
Hardware: | all | ||
OS: | Linux |
Description
Yauhen Kharuzhy
2005-07-29 11:41:09 MSD
Стас, и правда есть проблема: $ rpmquery -l alternatives |fgrep bin/ |xargs -r grep -w getopt /usr/bin/alternatives-auto:TEMP=`getopt -n $PROG -o h,v -l help,version -- "$@"` || print_usage /usr/bin/alternatives-config:TEMP=`getopt -n $PROG -o h,v -l help,version -- "$@"` || print_usage /usr/bin/alternatives-display:TEMP=`getopt -n $PROG -o h,v -l help,version -- "$@"` || print_usage /usr/bin/alternatives-install:TEMP=`getopt -n $PROG -o h,v -l help,version -- "$@"` || print_usage /usr/bin/alternatives-list:TEMP=`getopt -n $PROG -o h,v -l help,version -- "$@"` || print_usage /usr/bin/alternatives-manual:TEMP=`getopt -n $PROG -o h,v -l help,version -- "$@"` || print_usage /usr/bin/alternatives-uninstall:TEMP=`getopt -n $PROG -o h,v -l help,version -- "$@"` || print_usage /usr/bin/alternatives-update:TEMP=`getopt -n $PROG -o h,v,g -l help,version,ignore -- "$@"` || print_usage /usr/bin/alternatives-upgrade:TEMP=`getopt -n $PROG -o h,v -l help,version -- "$@"` || print_usage /usr/bin/alternatives-validate:TEMP=`getopt -n $PROG -o h,v -l help,version -- "$@"` || print_usage /usr/sbin/alternatives-update:TEMP=`getopt -n $PROG -o h,v,g -l help,version,ignore -- "$@"` || print_usage добавлено |