bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rc & runsystem


From: Alfred M. Szmidt
Subject: Re: rc & runsystem
Date: Thu, 16 Dec 2004 22:48:20 +0100

I think you mean the files in /etc/login, and not /etc/{ttys,motd}.

config/ChangeLog
2004-12-16  Alfred M. Szmidt  <ams@gnu.org>

        * Makefile ($(installed_logins)): Don't overwrite already existing
        login files unless asked for.

Index: config/Makefile
===================================================================
RCS file: /cvsroot/hurd/hurd/config/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- config/Makefile     30 May 1999 01:47:35 -0000      1.27
+++ config/Makefile     16 Dec 2004 21:44:13 -0000
@@ -1,5 +1,5 @@
 #
-#   Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
+#   Copyright (C) 1996, 1997, 1999, 2004 Free Software Foundation, Inc.
 #   Written by Michael I. Bushnell, p/BSG.
 #
 #   This file is part of the GNU Hurd.
@@ -38,9 +38,8 @@
 
 ifeq ($(override_conf),t)
 $(installed_conf): FORCE
-endif
-
 $(installed_logins): FORCE
+endif
 
 include ../Makeconf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]