1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/misc/sh-utils/pkg-descr
Trevor Johnson 437e13fc3b Add GNU sh-utils 2.0, enhanced versions of yes, true, pwd, and so
forth (all with a "g" prepended to their names).  With the approval
of the submitter, I've disabled the suid bit on gsu by default,
with a note to users that they should review the philosophy behind
GNU su:

Why GNU `su' does not support the `wheel' group
===============================================

   (This section is by Richard Stallman.)

   Sometimes a few of the users try to hold total power over all the
rest.  For example, in 1984, a few users at the MIT AI lab decided to
seize power by changing the operator password on the Twenex system and
keeping it secret from everyone else.  (I was able to thwart this coup
and give power back to the users by patching the kernel, but I wouldn't
know how to do that in Unix.)

   However, occasionally the rulers do tell someone.  Under the usual
`su' mechanism, once someone learns the root password who sympathizes
with the ordinary users, he or she can tell the rest.  The "wheel
group" feature would make this impossible, and thus cement the power of
the rulers.

   I'm on the side of the masses, not that of the rulers.  If you are
used to supporting the bosses and sysadmins in whatever they do, you
might find this idea strange at first.

PR:		21884
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
Reviewed by:	submitter
Approved by:	silence on -ports regarding category
2000-10-19 04:29:41 +00:00

20 lines
831 B
Plaintext

The Free Software Foundation's "sh" utilities, including "basename",
"chroot", "date", "dirname", "echo", "env", "expr", "false",
"groups", "hostid", "hostname", "id", "logname", "nice", "nohup",
"pathchk", "pinky", "printenv", "printf", "pwd", "sleep", "stty",
"su", "tee", "test", "true", "tty", "uname", "users", "who",
"whoami", and "yes".
Similar utilities to most of these exist in the FreeBSD base system,
but many of the GNU versions have added functionality that is
useful.
Note that this port will install these utilities with a `g' prefix,
for example gdate, gexpr, or gtest, but the texinfo documentation
will refer to them without the `g' prefix.
GNU su does not support a wheel group. This port installs it
without the suid bit, unless you define WITH_SUID while building.
Cyrille Lefevre <clefevre@citeweb.net>