CUPS アカウンティング情報は通常は必要でないため、cupsomatic フィルタでアカウンティング機能を無効にできます。次の手順を実行します。
-
root ユーザでログインします。
-
次のファイルを開きます。/usr/lib/cups/filter/cupsomatic
-
次の行を変更します。
my $ps_accounting = 1;
宛先:
my $ps_accounting = 0;
/etc/foomatic/filter.conf を使用する場合は、その場所で ps_accounting を無効にします。
|