]> www.infradead.org Git - users/dhowells/kafs-client.git/commitdiff
Rename etc.conf to client.conf
authorBill MacAllister <bill@ca-zephyr.org>
Tue, 9 Jun 2020 01:50:57 +0000 (01:50 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 18 Jun 2020 15:16:13 +0000 (16:16 +0100)
This change makes debian packaging easier.

Signed-off-by: Bill MacAllister <bill@ca-zephyr.org>
Signed-off-by: David Howells <dhowells@redhat.com>
Makefile
conf/client.conf [moved from conf/etc.conf with 100% similarity]

index 8a5c5acd54ec86beb60e06171da903d7310343ac..34598b570d1116febe5a423164224e72b47f7281 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ install: all
        $(INSTALL) -D -m 0644 man/*.7 $(DESTDIR)$(MAN7)/
        $(INSTALL) -D -m 0644 man/*.8 $(DESTDIR)$(MAN8)/
        $(INSTALL) -D -m 0644 conf/cellservdb.conf $(DESTDIR)$(DATADIR)/cellservdb.conf
-       $(INSTALL) -D -m 0644 conf/etc.conf $(DESTDIR)$(ETCDIR)/kafs/client.conf
+       $(INSTALL) -D -m 0644 conf/client.conf $(DESTDIR)$(ETCDIR)/kafs/client.conf
        $(INSTALL) -D -m 0644 conf/kafs_dns.conf $(DESTDIR)$(ETCDIR)/request-key.d/kafs_dns.conf
        $(INSTALL) -D -m 0644 conf/kafs-config.service $(DESTDIR)$(UNITDIR)/kafs-config.service
        $(INSTALL) -D -m 0644 conf/afs.mount $(DESTDIR)$(UNITDIR)/afs.mount
similarity index 100%
rename from conf/etc.conf
rename to conf/client.conf