diff options
Diffstat (limited to 'libexec/rpc.rquotad')
-rw-r--r-- | libexec/rpc.rquotad/Makefile | 2 | ||||
-rw-r--r-- | libexec/rpc.rquotad/rpc.rquotad.8 | 2 | ||||
-rw-r--r-- | libexec/rpc.rquotad/rquotad.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libexec/rpc.rquotad/Makefile b/libexec/rpc.rquotad/Makefile index 53ca412a46ee2..6a7a7a789d883 100644 --- a/libexec/rpc.rquotad/Makefile +++ b/libexec/rpc.rquotad/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 14:22:09 peter Exp $ PROG = rpc.rquotad SRCS = rquotad.c diff --git a/libexec/rpc.rquotad/rpc.rquotad.8 b/libexec/rpc.rquotad/rpc.rquotad.8 index 4a2aa30592296..d547c1c4652ac 100644 --- a/libexec/rpc.rquotad/rpc.rquotad.8 +++ b/libexec/rpc.rquotad/rpc.rquotad.8 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: rpc.rquotad.8,v 1.4 1997/03/14 06:09:04 mpp Exp $ +.\" $Id: rpc.rquotad.8,v 1.5 1997/11/26 07:31:14 charnier Exp $ .\" .Dd June 22, 1994 .Dt RPC.RQUOTAD 8 diff --git a/libexec/rpc.rquotad/rquotad.c b/libexec/rpc.rquotad/rquotad.c index 926d30089c2cf..8a50ba5e6c6d2 100644 --- a/libexec/rpc.rquotad/rquotad.c +++ b/libexec/rpc.rquotad/rquotad.c @@ -6,7 +6,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: rquotad.c,v 1.2 1997/11/26 07:31:14 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> |