]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Deal with debconf lossage
authorSam Hartman <hartmans@debian.org>
Sat, 25 Nov 2000 06:08:47 +0000 (06:08 +0000)
committerSam Hartman <hartmans@debian.org>
Sat, 25 Nov 2000 06:08:47 +0000 (06:08 +0000)
src/afsd/afs.rc.linux

index d84cfeb5712d9800756006c8bd7ced486576c6f3..1feaa2eb8f6c76b6a037fc624d028937970427c2 100644 (file)
@@ -1,4 +1,5 @@
 #! /bin/sh
+# Modified by Sam Hartman <hartmans@mit.edu> for Debian
 # Copyright 2000, International Business Machines Corporation and others.
 # All Rights Reserved.
 # 
@@ -18,6 +19,9 @@
 # Note that AFS does not use a pid file in /var/run. It is turned off by
 # unmounting /afs.
 
+exec 3>/dev/null
+exec </dev/null
+
 
 # Gather up options and post startup script name, if present
 if [ -f /etc/openafs/afs.conf ]; then