diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-06-14 15:18:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-06-14 15:18:54 +0000 |
commit | 15ca9651efc74c158bdbd509b206196cde48c2e3 (patch) | |
tree | aa3ae5773bc581762f7ad59dd743351de848a398 /usr.sbin/apmd/pathnames.h | |
parent | d759dd43787b64cbde8a50ff2e337062a889278d (diff) |
remove speaker handling code. if you really want this, use the /etc/apm/*
scripts to do it. as it is, for most people this is terribly annoying and
unneccessary; toby ok
Diffstat (limited to 'usr.sbin/apmd/pathnames.h')
-rw-r--r-- | usr.sbin/apmd/pathnames.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/apmd/pathnames.h b/usr.sbin/apmd/pathnames.h index d31e7dd5746..9f53af6b255 100644 --- a/usr.sbin/apmd/pathnames.h +++ b/usr.sbin/apmd/pathnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.4 2001/03/23 01:00:41 mickey Exp $ */ +/* $OpenBSD: pathnames.h,v 1.5 2005/06/14 15:18:53 deraadt Exp $ */ /* * Copyright (c) 1996 John T. Kohl @@ -38,4 +38,3 @@ #define _PATH_APM_ETC_POWERUP _PATH_APM_ETC_DIR"/powerup" #define _PATH_APM_ETC_POWERDOWN _PATH_APM_ETC_DIR"/powerdown" #define _PATH_APM_NORMAL "/dev/apm" -#define _PATH_DEV_SPEAKER "/dev/speaker" |