History log of /freebsd/etc/Makefile (Results 26 – 50 of 1125)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 156ebad6 22-Jan-2020 Kyle Evans <kevans@FreeBSD.org>

Tag os-release symlink with package=runtime

This ensures it gets into pkgbase-(installed/updated) systems.


# 6467506b 21-Nov-2019 Warner Losh <imp@FreeBSD.org>

Create /etc/os-release file.

Each boot, regenerate /var/run/os-release based on the currently running
system. Create a /etc/os-release symlink pointing to this file (so that this
doesn't create a ne

Create /etc/os-release file.

Each boot, regenerate /var/run/os-release based on the currently running
system. Create a /etc/os-release symlink pointing to this file (so that this
doesn't create a new reason /etc can not be mounted read-only).

This is compatible with what other systems do and is what the sysutil/os-release
port attempted to do, but in an incomplete way. Linux, Solaris and DragonFly all
implement this natively as well. The complete standard can be found at
https://www.freedesktop.org/software/systemd/man/os-release.html

Moving this to the base solves both the non-standard location problem with the
port, as well as the lack of update of this file on system update.

Bump __FreeBSD_version to 1300060

PR: 238953
Differential Revision: https://reviews.freebsd.org/D22271

show more ...


Revision tags: release/12.1.0, release/11.3.0
# e532a999 20-Jun-2019 Alan Somers <asomers@FreeBSD.org>

MFHead @349234

Sponsored by: The FreeBSD Foundation


# 15779434 12-Jun-2019 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Add some tags to files installed in distribution target

Add the MK_MAIL dependant file to the runtime package as well as the
MK_KERBEROS ones the empty locate database, the FreeBSD copyrigh

pkgbase: Add some tags to files installed in distribution target

Add the MK_MAIL dependant file to the runtime package as well as the
MK_KERBEROS ones the empty locate database, the FreeBSD copyright file
and the GENERIC.hints.
Tag the unbound link from /etc to /var to belong in the unbound package.

Reviewed by: bapt
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D20607

show more ...


# 0269ae4c 06-Jun-2019 Alan Somers <asomers@FreeBSD.org>

MFHead @348740

Sponsored by: The FreeBSD Foundation


# 6c4448b3 03-Jun-2019 Maxim Sobolev <sobomax@FreeBSD.org>

Put back MTREE_CMD here for now. Doh, not my day, perhaps.

Reported by: markj, mav


# 5d280640 03-Jun-2019 Maxim Sobolev <sobomax@FreeBSD.org>

Leave mtree hardcoded for now. Reverting partially 348521 and also
the followup stopgap change, because I don't think it's a correct. I still
need to figure out where to stick it in. In cannot be in

Leave mtree hardcoded for now. Reverting partially 348521 and also
the followup stopgap change, because I don't think it's a correct. I still
need to figure out where to stick it in. In cannot be in Makefile.inc1
and it cannot be in etc/Makefile from the looks of it to avoid
chicken-and-egg problem.

show more ...


# 5ec57af4 03-Jun-2019 Maxim Sobolev <sobomax@FreeBSD.org>

Fix several places where tool name has been hardcoded:

install -> ${INSTALL}
mtree -> ${MTREE_CMD}
services_mkdb -> ${SERVICES_MKDB_CMD}
cap_mkdb -> ${CAP_MKDB_CMD}
pwd_mkdb -> $

Fix several places where tool name has been hardcoded:

install -> ${INSTALL}
mtree -> ${MTREE_CMD}
services_mkdb -> ${SERVICES_MKDB_CMD}
cap_mkdb -> ${CAP_MKDB_CMD}
pwd_mkdb -> ${PWD_MKDB_CMD}
kldxref -> ${KLDXREF_CMD}

If you do custom FreeBSD builds you may want to override those
in some cases.

Sponsored by: Sippy Software, Inc.

show more ...


# a8b94f3d 22-May-2019 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Move login.access to usb.bin/login

Also remove the etc-examples target as we don't have any files
to handle here.

Reviewed by: bapt


# 6a42f8dd 22-May-2019 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Move termcap.small to share/termcap

Reviewed by: bapt


# 42438321 22-May-2019 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Move rc.sendmail to libexec/rc

Reviewed by: bapt


# f4022639 22-May-2019 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Move rc.bsdextended to libexec/rc

Reviewed by: bapt


# f0f0053a 22-May-2019 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Move rc.firewall to libexec/rc

Put it with all the other rc files

Reviewed by: bapt


# 871b6b10 16-May-2019 Brad Davis <brd@FreeBSD.org>

Move master.passwd and group to lib/libc/gen/

libc was picked as the destination location for these because of the syscalls
that use these files as the lowest level place they are referenced.

Appro

Move master.passwd and group to lib/libc/gen/

libc was picked as the destination location for these because of the syscalls
that use these files as the lowest level place they are referenced.

Approved by: will (mentor), rgrimes, manu
Differential Revision: https://reviews.freebsd.org/D16728

show more ...


# eb4c63f7 13-May-2019 Emmanuel Vadot <manu@FreeBSD.org>

Revert r347356 and r347371

passwd related files need to be tagged as config file so pkg update
will attempt merging them when we install a new package.
We should use CONFS for that.
Revert for now u

Revert r347356 and r347371

passwd related files need to be tagged as config file so pkg update
will attempt merging them when we install a new package.
We should use CONFS for that.
Revert for now until I come up with a better version of this patch as
it breaks pkgbase for users.

show more ...


# e599c3d4 08-May-2019 Emmanuel Vadot <manu@FreeBSD.org>

etc/Makefile: Remove empty newline

This was commited accidently in r347356 and cause distribution with
NO_ROOT set to fail.

Reported by: ci, kib
MFC after: 2 weeks
X-MFC-With: r347356


# 3d4dafef 08-May-2019 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Deal with the last etc files

Add tags=package=runtime for password related files.
Add tags=package=sendmail for rc.sendmail
Add tags=package=ipfw for rc.firewall

Reviewed by: bapt
MFC afte

pkgbase: Deal with the last etc files

Add tags=package=runtime for password related files.
Add tags=package=sendmail for rc.sendmail
Add tags=package=ipfw for rc.firewall

Reviewed by: bapt
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D20173

show more ...


Revision tags: release/12.0.0
# 2a22df74 04-Nov-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r339813 through r340125.


# 874e7db1 04-Nov-2018 Baptiste Daroussin <bapt@FreeBSD.org>

Simplify NLS alias handling by using native make(1) multi variable for loops


# 4dd729a5 04-Nov-2018 Baptiste Daroussin <bapt@FreeBSD.org>

Fix bad copy/paste


# 97dc79f2 04-Nov-2018 Baptiste Daroussin <bapt@FreeBSD.org>

Simplify a bit distrib-dirs target

Reviewed by: bdrewery
Differential Revision: https://reviews.freebsd.org/D3915


# 01d4e214 05-Oct-2018 Glen Barber <gjb@FreeBSD.org>

MFH r338661 through r339200.

Sponsored by: The FreeBSD Foundation


# ce44d808 27-Sep-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r338731 through r338987.


# b8fdf588 22-Sep-2018 Brad Davis <brd@FreeBSD.org>

Move hosts.allow to lib/libwrap/

This leverages CONFS to handle the install.

Approved by: re (blanket, pkgbase), bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D17240


# d465a4b0 20-Sep-2018 Brad Davis <brd@FreeBSD.org>

Move the openssl.cnf install to secure/usr.bin/openssl/

This leverages CONFS to do the install

Approved by: re (pkgbase, blanket), bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D

Move the openssl.cnf install to secure/usr.bin/openssl/

This leverages CONFS to do the install

Approved by: re (pkgbase, blanket), bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D17245

show more ...


12345678910>>...45