summaryrefslogtreecommitdiffstats
path: root/dm
diff options
context:
space:
mode:
Diffstat (limited to 'dm')
-rw-r--r--dm/dm.c3
-rw-r--r--dm/pathnames.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/dm/dm.c b/dm/dm.c
index bbd0c447..11dedb0d 100644
--- a/dm/dm.c
+++ b/dm/dm.c
@@ -38,7 +38,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)dm.c 5.16 (Berkeley) 2/28/91";
+/*static char sccsid[] = "from: @(#)dm.c 5.16 (Berkeley) 2/28/91";*/
+static char rcsid[] = "$Id: dm.c,v 1.3 1993/08/01 18:55:03 mycroft Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/dm/pathnames.h b/dm/pathnames.h
index 44d36b13..bf016f51 100644
--- a/dm/pathnames.h
+++ b/dm/pathnames.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)pathnames.h 5.3 (Berkeley) 6/26/90
+ * from: @(#)pathnames.h 5.3 (Berkeley) 6/26/90
+ * $Id: pathnames.h,v 1.2 1993/08/01 18:55:02 mycroft Exp $
*/
#define _PATH_CONFIG "/etc/dm.conf"