From ce9e223ebd9c3fc9225b1d45d598fe2988f64dde Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Wed, 5 Sep 2018 15:25:23 +0000 Subject: [PATCH] Move gettytab to libexec/getty/ Approved by: re (gjb), will (mentor) Differential Revision: https://reviews.freebsd.org/D16953 --- etc/Makefile | 1 - libexec/getty/Makefile | 1 + {etc => libexec/getty}/gettytab | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {etc => libexec/getty}/gettytab (100%) diff --git a/etc/Makefile b/etc/Makefile index b7d5a42ef3a..d0ed1bdd980 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -15,7 +15,6 @@ SUBDIR+=sendmail BIN1= crontab \ dhclient.conf \ disktab \ - gettytab \ group \ hosts \ hosts.allow \ diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile index ba22eafafaa..ff4b9115751 100644 --- a/libexec/getty/Makefile +++ b/libexec/getty/Makefile @@ -1,6 +1,7 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/4/93 # $FreeBSD$ +CONFS= gettytab PROG= getty SRCS= main.c init.c subr.c chat.c LIBADD= util diff --git a/etc/gettytab b/libexec/getty/gettytab similarity index 100% rename from etc/gettytab rename to libexec/getty/gettytab -- 2.45.0