Searched hist:444 (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.1-release/share/me/
H A DMakefilediff 23545 Sat Mar 08 19:41:41 MST 1997 bde Don't use a dot in the chown commands. In fact, don't use any commands
except `install' at install time. Don't build things at install time.
Install with mode ${NOBINMODE} instead of 444.
/freebsd-10.1-release/share/tabset/
H A DMakefilediff 32214 Sat Jan 03 12:13:48 MST 1998 wosch 444 -> ${SHAREMODE}
/freebsd-10.1-release/games/caesar/
H A DMakefilediff 22449 Sun Feb 09 00:52:41 MST 1997 wosch 444 -> ${NOBINMODE}
/usr/share -> ${SHAREDIR}
/usr/games -> ${BINDIR}
/freebsd-10.1-release/share/dict/
H A DMakefilediff 32214 Sat Jan 03 12:13:48 MST 1998 wosch 444 -> ${SHAREMODE}
/freebsd-10.1-release/etc/defaults/
H A DMakefilediff 153272 Fri Dec 09 13:19:31 MST 2005 ru Files are installed with mode 444 by default.
/freebsd-10.1-release/share/info/
H A DMakefilediff 245753 Mon Jan 21 20:59:29 MST 2013 brooks Install the template info directory with mode 644 instead of 444 to
allow it to be updated by its owner without resorting to privilege.

This is required by upcoming changes to allow installworld to work as
a non-root user.

Sponsored by: DARPA, AFRL
Reviewed by: ian, ray, rpaulo
/freebsd-10.1-release/share/syscons/scrnmaps/
H A DMakefilediff 32213 Sat Jan 03 12:09:21 MST 1998 wosch 444 -> ${SHAREMODE}
/usr/share -> ${SHAREDIR}
/freebsd-10.1-release/share/termcap/
H A DMakefilediff 32214 Sat Jan 03 12:13:48 MST 1998 wosch 444 -> ${SHAREMODE}
/freebsd-10.1-release/include/rpcsvc/
H A DMakefilediff 10071 Tue Aug 15 18:06:50 MDT 1995 joerg Install the headers and sample files with 444 perms (as opposed to
555).

Submitted by: graichen@sirius.physik.fu-berlin.de (Thomas Graichen)
/freebsd-10.1-release/share/syscons/fonts/
H A DMakefilediff 32213 Sat Jan 03 12:09:21 MST 1998 wosch 444 -> ${SHAREMODE}
/usr/share -> ${SHAREDIR}
/freebsd-10.1-release/share/zoneinfo/
H A DMakefilediff 136709 Tue Oct 19 18:38:49 MDT 2004 ru - Removed the .CURDIR/.OBJDIR magic, it is not necessary here.
- Let the built-in sys.mk rule produce the "yearistype" script.
- Install zone files with mode 444 (now that the -m option of
zic(8) has been fixed).
/freebsd-10.1-release/usr.bin/ee/
H A DMakefilediff 23561 Sun Mar 09 04:08:22 MST 1997 bde Don't use a dot in a chown command. In fact, don't use any commands
except `install' at install time. Don't build things at install time.
Don't hide the build steps using @. Install with mode ${NOBINMODE}
instead of 444.

Poor source layout made this harder than it should have been. E.g.,
a suffix rule can't be used because of the subdirectories, and a
new makefile per subdirectory (i.e.m per data file) would be excessive.
See /usr/src/usr.bin/mklocale for a better organisation.
/freebsd-10.1-release/usr.bin/lex/
H A DMakefilediff 54732 Fri Dec 17 05:49:03 MST 1999 bde Install Flexlexer.h with mode 444.
/freebsd-10.1-release/games/fortune/datfiles/
H A DMakefilediff 22449 Sun Feb 09 00:52:41 MST 1997 wosch 444 -> ${NOBINMODE}
/usr/share -> ${SHAREDIR}
/usr/games -> ${BINDIR}
/freebsd-10.1-release/lib/libpcap/
H A DMakefilediff 26179 Mon May 26 22:08:01 MDT 1997 fenner Bump minor version number.
Add -I${PCAP_DISTDIR}/bpf to CFLAGS since our <net/bpf.h> is out of date.
Remove -Wall and -Dlint.
DHAVE_ETHER_HOSTTON=1 -DHAVE_STRERROR=1 \
-DHAVE_SOCKADDR_SA_LEN=1 -DLBL_ALIGN=1

CFLAGS+=-I. -Dyylval=pcap_lval ${DEFS}

SHLIB_MAJOR=2
SHLIB_MINOR=2

#
# Magic to grab sources out of src/contrib
#
PCAP_DISTDIR?=${.CURDIR}/../../contrib/libpcap
CFLAGS+=-I${PCAP_DISTDIR} -I${PCAP_DISTDIR}/lbl -I${PCAP_DISTDIR}/bpf
.PATH: ${PCAP_DISTDIR}
.PATH: ${PCAP_DISTDIR}/bpf/net

beforeinstall:
.for i in pcap.h pcap-namedb.h
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${PCAP_DISTDIR}/$i \
${DESTDIR}/usr/include
.endfor

tokdefs.h grammar.c: grammar.y
${YACC} ${YACCFLAGS} -d ${PCAP_DISTDIR}/grammar.y
mv y.tab.c grammar.c
mv y.tab.h tok/home/ncvs/CVSROOT/commitcheck
/freebsd-10.1-release/share/monetdef/
H A DMakefilediff 136487 Wed Oct 13 13:47:02 MDT 2004 ru - Utilize standard means for installing files and symlinks.

- Simplify the symlink list construction by implementing a
generic mechanism to map LC_MONETARY files from one locale
to another, possibly with a different <lang>_<territory>
components of the locale name. Example:

ENCODING-1_ENCODING-2= fo_BA fo_FO:ba_BA

in Makefile will result in the following symlinks:

fo_BA.ENCODING-1/LC_MONETARY -> fo_BA.ENCODING-2/LC_MONETARY
fo_FO.ENCODING-1/LC_MONETARY -> ba_BA.ENCODING-2/LC_MONETARY

- Install LC_MONETARY files with mode 444.

- While here, fixed trashing of the sr_YU.UTF-8/LC_MONETARY
file by a symlink, and removed one duplicate symlink.
/freebsd-10.1-release/share/timedef/
H A DMakefilediff 136598 Sat Oct 16 18:52:32 MDT 2004 ru Install files with mode 444, as God intended.
/freebsd-10.1-release/etc/
H A Dnewsyslog.confdiff 63097 Thu Jul 13 23:12:50 MDT 2000 peter Change various log file modes from mode 664 to 644. Allowing group
wheel to trash logfiles is not exactly good security policy. There have
been several gid wheel holes in ports. Various other files were changed
as well (eg: the locate database were set to more restrictive modes (444)
by their generation scripts) so this should be safe for them. utmp and
wtmp are mode 644 already on all the systems we checked.

Submitted by: jkb
Reviewed by: kris
H A DMakefilediff 63097 Thu Jul 13 23:12:50 MDT 2000 peter Change various log file modes from mode 664 to 644. Allowing group
wheel to trash logfiles is not exactly good security policy. There have
been several gid wheel holes in ports. Various other files were changed
as well (eg: the locate database were set to more restrictive modes (444)
by their generation scripts) so this should be safe for them. utmp and
wtmp are mode 644 already on all the systems we checked.

Submitted by: jkb
Reviewed by: kris
diff 444 Sun Sep 12 18:37:05 MDT 1993 rgrimes Only put var and var/tmp in the cpio archive floppy, do not really need
the whole /var tree at this time.
/freebsd-10.1-release/share/mk/
H A DMakefilediff 32211 Sat Jan 03 12:04:55 MST 1998 wosch Undo rev 1.11, the cd is null since NOOBJ is set.
444 -> ${SHAREMODE}
/freebsd-10.1-release/sys/boot/i386/boot0/
H A DMakefilediff 40493 Sat Oct 17 12:20:25 MDT 1998 rnordier Set BINMODE to 444.
/freebsd-10.1-release/lib/ncurses/ncurses/
H A DMakefilediff 54435 Sat Dec 11 11:38:04 MST 1999 marcel Install include files with mode 444.
/freebsd-10.1-release/share/syscons/keymaps/
H A DMakefilediff 32213 Sat Jan 03 12:09:21 MST 1998 wosch 444 -> ${SHAREMODE}
/usr/share -> ${SHAREDIR}
/freebsd-10.1-release/sys/ufs/ffs/
H A Dffs_alloc.cdiff 27890 Mon Aug 04 05:30:43 MDT 1997 phk We got a couple of "map mismatch" panics from the following
code. According to the crash dump, bpref is set to 445
and cgp->cg_nclusterblks is 444. Hence in the for loop,
the test fails immediately but the following failure check
(got == cgp->cg_nclusterblks) doesn't trigger because got >
cgp->cg_nclusterblks. This wreaks havoc in the code after that.

Fix: Move one source bit to the left :-)

Noticed by: Mike Hibler <mike@fast.cs.utah.edu>
Submitted by: Kirk McKusick <mckusick@McKusick.COM>

Completed in 347 milliseconds