su: move to bmake and remove some features
commitc43220f2297929ee0ec59a0a2c5fa9ce54f48456
authorLauri Tirkkonen <lotheac@iki.fi>
Wed, 16 Jan 2019 15:46:52 +0000 (16 17:46 +0200)
committerLauri Tirkkonen <lotheac@iki.fi>
Wed, 16 Jan 2019 17:22:51 +0000 (16 17:22 +0000)
tree3bdb35379e99e7b0e1b38b9cc6cac56fd3c52607
parentef78465bfcb66fb4a62b8b3d05f616caf620722f
su: move to bmake and remove some features

 - embedded_su is removed. there are no consumers in-tree.
 - su.static is removed. /usr is always mounted (and by default it's in
   the same fs as /), no need to pretend it isn't.
 - remove /etc/default/su. read PATH, SUPATH and SLEEPTIME from
   /etc/default/login instead.
 - remove CONSOLE, SULOG and SYSLOG. always log to syslog; syslog
   configuration can be used to redirect output to the console or a
   different log file if desired.
 - stop setting HZ and MAIL in environment
 - compile with -Wall -Werror
13 files changed:
bin/Makefile
bin/su/Makefile [new file with mode: 0644]
bin/su/su.c [moved from usr/src/cmd/su/su.c with 53% similarity]
share/man/man8/Makefile
share/man/man8/embedded_su.8 [deleted file]
share/man/man8/su.8 [deleted file]
usr/src/cmd/Makefile
usr/src/cmd/su/Makefile [deleted file]
usr/src/cmd/su/su.dfl [deleted file]
usr/src/cmd/sulogin/sulogin.c
usr/src/pkg/manifests/SUNWcs.man1.inc
usr/src/pkg/manifests/SUNWcs.man8.inc
usr/src/pkg/manifests/system-core-os.mf