Add acadapter, lid_switch, and sleep_button powerd scripts.
This commit is contained in:
parent
788671871d
commit
b11beef4fa
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.178 2006/09/18 22:39:38 hubertf Exp $
|
||||
# $NetBSD: mi,v 1.179 2006/09/26 02:21:08 jmcneill Exp $
|
||||
#
|
||||
# Note: end-user configuration files that are moved to another location
|
||||
# should not be marked "obsolete"; they should just be removed from
|
||||
|
@ -127,8 +127,11 @@
|
|||
./etc/postfix/postfix-files etc-postfix-etc postfix
|
||||
./etc/postfix/postfix-script etc-postfix-etc postfix
|
||||
./etc/postinstall etc-obsolete obsolete
|
||||
./etc/powerd/scripts/acadapter etc-sysutil-etc
|
||||
./etc/powerd/scripts/lid_switch etc-sysutil-etc
|
||||
./etc/powerd/scripts/power_button etc-sysutil-etc
|
||||
./etc/powerd/scripts/reset_button etc-sysutil-etc
|
||||
./etc/powerd/scripts/sleep_button etc-sysutil-etc
|
||||
./etc/primes etc-obsolete obsolete
|
||||
./etc/printcap etc-lpr-etc
|
||||
./etc/profile etc-util-etc
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: special,v 1.104 2006/09/25 21:26:27 snj Exp $
|
||||
# $NetBSD: special,v 1.105 2006/09/26 02:19:56 jmcneill Exp $
|
||||
# @(#)special 8.2 (Berkeley) 1/23/94
|
||||
#
|
||||
# Hand-crafted mtree specification for the dangerous files.
|
||||
|
@ -144,8 +144,11 @@
|
|||
./etc/postfix/postfix-script type=file mode=0555 optional
|
||||
./etc/powerd type=dir mode=0755 optional
|
||||
./etc/powerd/scripts type=dir mode=0755 optional
|
||||
./etc/powerd/scripts/acadapter type=file mode=0555 optional
|
||||
./etc/powerd/scripts/lid_switch type=file mode=0555 optional
|
||||
./etc/powerd/scripts/power_button type=file mode=0555 optional
|
||||
./etc/powerd/scripts/reset_button type=file mode=0555 optional
|
||||
./etc/powerd/scripts/sleep_button type=file mode=0555 optional
|
||||
./etc/ppp type=dir mode=0755 optional
|
||||
./etc/ppp/options type=file mode=0644 optional
|
||||
./etc/printcap type=file mode=0644
|
||||
|
|
Loading…
Reference in New Issue