[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#537716: cups: reduce disk writes at boot time



Package: cups
Version: 1.3.5-1
Severity: normal

Hi,

the init.d script change permissions every time it runs, even if it is not neccesary:

chown root:lpadmin /usr/share/ppd/custom 2>/dev/null || true
chmod 3775 /usr/share/ppd/custom 2>/dev/null || true

Since writes are very slow on SSD, some kind of check could be done to avoid
that disk writes, which would allow for a faster boot.

TIA





Reply to: