tip(1): Remove the clearing of the schg flag of cu(1) during installation.
authorSascha Wildner <saw@online.de>
Tue, 12 Feb 2013 21:41:39 +0000 (22:41 +0100)
committerSascha Wildner <saw@online.de>
Tue, 12 Feb 2013 21:41:55 +0000 (22:41 +0100)
commita1e54bb0a28247d2379f82c7370dd8827030c586
tree07798560dd0fccc0b217c71ddcafc11738363ce1
parentc67dd10f6912ef95d6a67125e7fc7405fb968a36
tip(1): Remove the clearing of the schg flag of cu(1) during installation.

A long, long time ago (until 2004), when cu(1) was still a separate
program, its schg flag was set after installation, so it had to be
cleared on the installed cu before installing the new one over it.

In 0f3db4ffe, we removed cu(1) as a separate program and made it a
link to tip(1). In this commit, the setting of schg was commented
out but the clearing part had to be kept (for upgrading).

We can now remove the clearing of the flag as well, because we can
safely assume that since September 2004, all schg flags of cu(1)s
out there have been cleared (i.e., all systems that would ever want
to upgrade to master have a world newer than 0f3db4ffe).
usr.bin/tip/tip/Makefile