From mboxrd@z Thu Jan 1 00:00:00 1970 From: Denys Vlasenko Subject: ctrl-C doesn't work Date: Wed, 26 Sep 2007 11:15:20 +0100 Message-ID: <200709261115.20136.vda.linux@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autofs-bounces@linux.kernel.org Errors-To: autofs-bounces@linux.kernel.org To: Ian Kent Cc: autofs@linux.kernel.org Hi Ian, I run automounter in foreground mode, and when I start it from command line, it does not die on SIGINT: automount -f -s -v --timeout 15 $PWD/master.file Starting automounter version 5.0.0_beta1, master map /.local/var/service/automount/master.file using kernel protocol version 5.00 using timeout 15 seconds; freq 4 secs -- I press ctrl-C several times statemachine: got unexpected signal 2! statemachine: got unexpected signal 2! statemachine: got unexpected signal 2! What do you think about making SIGINT equivalent to SIGTERM? This will be more convenient... -- vda