summaryrefslogtreecommitdiffstats
path: root/sbin/restore/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Replaced exists() tests with two equivalent defined().ru2002-04-181-1/+1
| | | | | LIBDIR is defined in bsd.own.mk but sys.mk no longer includes bsd.own.mk as of revision 1.60.
* Default to WARNS=2.obrien2001-12-041-0/+1
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* restore(8) doesn't need to be setgid `tty', and never did.ru2001-08-301-2/+0
| | | | | | | | | At the times, restore(8) and rrestore(8) were the different utilities. rrestore(8) was installed setuid `root', while restore(8) with usual ownership and privileges. Later on, on August 28, 1991 (what a coincidence!), rrestore(8) code was merged with restore(8). The setgid `tty' bit then was accidentally put.
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
|
* Use libcrypto instead of libdes.markm2000-02-241-1/+2
|
* Prepare for K5.markm1999-09-201-1/+1
|
* Fix for new KerberosFix for new Kerberos44markm1999-09-191-0/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-2/+1
|
* Fix LIBDIR (for aout/ELF).markm1998-08-061-1/+2
|
* Make this part of the 'krb' distribution if it is being built as themarkm1997-10-241-0/+1
| | | | Kerberised version.
* Changes for the new KTH KerberosIVmarkm1997-09-281-4/+8
|
* Implement Kerberized rcmd for rdump/rrestore. This is lacking thewollman1997-04-291-0/+7
| | | | | | | options one would normally expect to set the realm, enable encryption, and whatnot, but this actually is able to contact the remote server, so at least it's a start. (As a bonus, the stripped static binary is unquestionably exportable.)
* Remove suid bit from binary, and update manpage to reflect this.eivind1997-02-091-1/+1
|
* Convert to our man installation style. Also fixed long-standing bugwollman1994-08-051-1/+1
| | | | | in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
* Remove old style manual page depends so make install with NOMAN setrgrimes1994-05-281-2/+0
| | | | can run.
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+17
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud