From 72b92b5ef76b8642d7fd89da72f560b558f937a2 Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky Date: Sat, 25 Jun 2011 17:01:46 +0000 Subject: [PATCH] - Move bus_auto.conf back into /etc/devd/ - Rename bus_auto.conf into usb.conf Requested by: imp @ MFC after: 14 days --- etc/defaults/Makefile | 2 +- etc/devd/Makefile | 2 +- etc/{defaults/devd.conf => devd/usb.conf} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename etc/{defaults/devd.conf => devd/usb.conf} (100%) diff --git a/etc/defaults/Makefile b/etc/defaults/Makefile index 0d3a81ad964e..c6555e6de00f 100644 --- a/etc/defaults/Makefile +++ b/etc/defaults/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -FILES= bluetooth.device.conf devd.conf devfs.rules periodic.conf rc.conf +FILES= bluetooth.device.conf devfs.rules periodic.conf rc.conf NO_OBJ= FILESDIR= /etc/defaults diff --git a/etc/devd/Makefile b/etc/devd/Makefile index ad434f270e3f..8d7246abba35 100644 --- a/etc/devd/Makefile +++ b/etc/devd/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -FILES= asus.conf uath.conf +FILES= asus.conf uath.conf usb.conf NO_OBJ= FILESDIR= /etc/devd diff --git a/etc/defaults/devd.conf b/etc/devd/usb.conf similarity index 100% rename from etc/defaults/devd.conf rename to etc/devd/usb.conf