| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
ownership of directories to root:wheel. While I'm here, convert some
tabs to spaces.
|
|
|
|
|
| |
since they are really directories in the release
(for unknown reason for me)
|
|
|
|
|
|
|
|
|
| |
permissions.
Having them here is wrong from several other poins too:
they are never be a directories (simlinks only), so why give a chance to mtree to make
them as directories?
Since they never be a directories, permissions of them will never be
modified by old mtree too.
|
|
|
|
| |
Reviewed by: bde
|
|
|
|
| |
Approved (a long time ago) by: David Dawes
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to 0775.
This does *not* instantly make any program which "ensures"
mail spool consistency by creating lock files safe in any way
since other tools, like mail.local, will be using flock() semantics
and any such lock file will simply be ignored. It does, however,
allow a lot of things which are currently suid root in order to create
such bogus lockfiles to, at least, be bogus at a much lower level of
privilege (and this is good). Ultimately, of course, everybody should
just use flock.
|
| |
|
|
|
|
| |
bogons in /usr/src/include/Makefile.
|
| |
|
|
|
|
|
|
|
|
| |
Fixed munged whitespace (just 2 lines of it). The mtree files were
originally generated by `mtree -cdinx -kuname,gname,mode'. This
gives output with no tabs except in the header. The format should
be preserved by manual updates so that the files don't change a
lot when they are regenerated.
|
| |
|
| |
|
|
|
|
| |
Pointed out by: ache
|
|
|
|
| |
Closes PR# 1944.
|
| |
|
| |
|
| |
|
|
|
|
| |
Forgotten by: julian
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
| |
|
| |
|
|
|
|
| |
Suggested by: max
|
| |
|
|
|
|
| |
2.2 candidate.
|
|
|
|
| |
used for the "Japanese manpages port" coming soon.
|
|
|
|
|
|
| |
with the ports.
Found by: obrien and his mutt port
|
|
|
|
|
|
|
| |
The zoneinfo makefile doesn't follow the rules. It builds everything
at install time. It dpends on zic to create the directories. zic
doesn't know about the weird 555 permissions specified in BSD.usr.dist,
so it creates the directories with nonstandard permissions.
|
|
|
|
| |
2.2 candidate
|
| |
|
|
|
|
| |
handbook is going to make it.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
default, so there's no use in running it without any printer
definition in printcap. Also added a bunch of hints about the printer
setup, to guide the admin about the printer setup (handbook,
"apsfilter"), and a commented-out sample setup for a remote printer.
In the same line, add /var/spool/lpd/output to BSD.var.dist since it
is referred to by the "lp" entry in printcap.
|
|
|
|
| |
files to live. (These are not include files)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added forgotten share/doc/psd/05.sysman and share/zoneinfo/America/Indiana.
bsd.doc.mk:
Nuked mkdir -p and wrong fixups of the leaf directory's ownerships and
permissions. The doc tree should be well enough established for this
to be safe. Installs to directories should use a trailing slash on
the directory name so installs to non-drectories are fatal, but I
didn't start changing them.
bsd.man.mk:
Nuked mkdir -p and wrong fixups of the leaf directory's ownerships and
permissions. They were overkill to create just /usr/share/info.
zoneinfo/Makefile:
No changes yet. zic creates directories with ordinary 755 permissions.
Why do we use 555 permissions for directories in /usr/share/zoninfo.
Why not for zoneinfo itself? /proc and /dev/fd are the only other
directories in the system with 555 permissions.
|
|
|
|
| |
at compile time, but ldd will at runtime.
|
| |
|
|
|
|
| |
Reviewed by: Peter Wemm
|
| |
|
|
|
|
| |
Reminded-By: ache
|
| |
|
|
|
|
| |
Submitted by: Ollivier ROBERT roberto@keltia.freenix.fr
|
|
|
|
| |
/usr/libdata/tcl (created with mkdir -p), not /usr/lib/tcl (empty).
|
| |
|