History log of /freebsd-current/share/skel/Makefile
Revision Date Author Comments
# 97759ccc 23-Nov-2023 Warner Losh <imp@FreeBSD.org>

share: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

Sponsored by: Netflix


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# dd0878dd 08-Jun-2018 Brad Davis <brd@FreeBSD.org>

Simplify this Makefile.

Approved by: bapt (mentor)


# 02bace80 05-May-2018 Eitan Adler <eadler@FreeBSD.org>

[skel] Remove dot.rhosts from share/skel

The rcmds were removed in r324351. Chase that removal.


# 7d8f797b 27-Oct-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Use more appropriate ${SHAREDIR} rather than /usr/share.

MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division


# 5b381db8 10-Jun-2015 Simon J. Gerraty <sjg@FreeBSD.org>

Remove NO_OBJ

For meta mode we will want objdirs.

Differential Revision: D2748
Reviewed by: brooks imp


# 0a775c8d 28-Nov-2014 Enji Cooper <ngie@FreeBSD.org>

Install skeleton files based on the values of MK_MAIL and MK_TCSH

Customize according to MK_GAMES and MK_VI, in particular comment out lines
that would change behavior

Change dot.cshrc and dot.profile to not check for /usr/games/fortune based
on the new behavior in customizing the files


# c8191bc6 12-Oct-2013 Simon J. Gerraty <sjg@FreeBSD.org>

We do want objdir


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# e653b48c 21-Dec-2004 Ruslan Ermilov <ru@FreeBSD.org>

Start the dreaded NOFOO -> NO_FOO conversion.

OK'ed by: core


# a35d8893 24-Oct-2004 Ruslan Ermilov <ru@FreeBSD.org>

For variables that are only checked with defined(), don't provide
any fake value.


# 98159625 19-Jan-2004 Ruslan Ermilov <ru@FreeBSD.org>

Use the standard <bsd.files.mk> API to install files.


# d2893b16 29-Jul-2002 Ruslan Ermilov <ru@FreeBSD.org>

Drop support for COPY, -c has been the default mode of install(1)
for a long time now.

Approved by: bde


# 0b87f799 17-Jul-2002 Ruslan Ermilov <ru@FreeBSD.org>

s/${INSTALL} -c/${INSTALL} ${COPY}/


# af6e68d7 28-Aug-1997 Wolfram Schneider <wosch@FreeBSD.org>

Add an example file for private E-Mail aliases. A user can share
~/.mail_aliases with different mail clients (e.g. mutt, mail) and can
make ~/.mailrc readable and keep the aliases private.


# ffff48e8 17-Aug-1997 Andrey A. Chernov <ache@FreeBSD.org>

Add ~/.login_conf prototype with example of l10n (commented out)


# 02c7e1cb 13-Aug-1997 Wolfram Schneider <wosch@FreeBSD.org>

install dot.shrc
Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>


# 5263d089 17-Feb-1997 Joerg Wunsch <joerg@FreeBSD.org>

Various sanitizations:

. Don't clobber the TERM setting; it's supposed to be done by /etc/ttys
already.
. Comment out the Interviews stuff, 98 % of all users probably won't
ever use it.
. Install the files with better default permissions in the skeleton
directory; pw(8) retains the permissions when creating a new
acount, and installing them read-only is stupid, yet installing
.rhosts world-readable is dangerous.

2.2 candidate


# 9c0dc173 24-Jul-1995 Bruce Evans <bde@FreeBSD.org>

Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles.


# afe61c15 30-May-1994 Rodney W. Grimes <rgrimes@FreeBSD.org>

BSD 4.4 Lite Share Sources