Received: (at submit) by bugs.debian.org; 8 Mar 2000 13:15:28 +0000 Received: (qmail 31082 invoked from network); 8 Mar 2000 13:15:25 -0000 Received: from pot.cnuce.cnr.it (HELO fly.cnuce.cnr.it) (root@146.48.83.182) by master.debian.org with SMTP; 8 Mar 2000 13:15:25 -0000 Received: by fly.cnuce.cnr.it id m12SgJ0-000y25C (Debian Smail-3.2.0.102 1998-Aug-2 #2); Wed, 8 Mar 2000 14:15:14 +0100 (CET) Message-Id: Date: Wed, 8 Mar 2000 14:15:14 +0100 (CET) From: Francesco Potorti` To: Debian GNU/Linux bug list Subject: util-linux; switching screen off ls: /etc/fdprm: No such file or directory Package: util-linux Version: 2.10f-3 Severity: wishlist I have this script in my /etc/rc.boot directory. I think it would be useful to install it by default as part of util-linux: ===File /etc/rc.boot/setvesablank=========================== #!/bin/sh # BLANK=30 # minutes OFF=30 # minutes after blank (0 disables power off) echo "Setting monitor power save to blank after $BLANK min., off after $OFF min." /usr/bin/setterm -powersave on -blank $BLANK -powerdown $OFF ============================================================ -- System Information Debian Release: 2.2 Kernel Version: Linux pot 2.2.13 #13 Fri Jan 28 18:31:46 CET 2000 i686 unknown Versions of the packages util-linux depends on: ii libc6 2.1.3-6 GNU C Library: Shared libraries and Timezone ii libncurses5 5.0-5 Shared libraries for terminal handling ii slang1 1.3.9-1 The S-Lang programming library - runtime ver --- Begin /etc/fdprm (modified conffile) Config file not present or no permissions for access --- End /etc/fdprm