SOURCES (AC-branch): rpm.cron - umask

Jakub Bogusz qboosh at pld-linux.org
Fri Jan 7 11:03:57 CET 2005


On Fri, Jan 07, 2005 at 09:58:31AM +0000, glen wrote:
>  rpm -qa --qf '%{name}-%{version}-%{release}.%{arch}.rpm\n' 2>&1 \
>  	| sort > /var/log/rpmpkgs

What about locales used by sort?
Now it will inherit locales from system or root environment set at the
time of cron start/restart.

Should this list be generated using system locale (using
". /etc/sysconfig/i18n" + exports), or stable C locale (using
"LC_ALL=C sort")?


-- 
Jakub Bogusz    http://cyber.cs.net.pl/~qboosh/




More information about the pld-devel-en mailing list