X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C8A5A5.5032F0B8@onstor-exch02.onstor.net>; Wed, 23 Apr 2008 17:51:21 -0700
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-class: urn:content-classes:message
Subject: RE: passwd and shadow files
Date: Wed, 23 Apr 2008 17:51:21 -0700
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E056C957F@onstor-exch02.onstor.net>
In-Reply-To: <20080423171228.31dcff12@ripper.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: passwd and shadow files
Thread-Index: Aciln+IHL08oB9wdTe6G9VOKzi/mdwAAWWAA
From: "Larry Scheer" <larry.scheer@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>

One thing I see that I missed this when I did the review.=20

Change from:
$(SUDO) install -o 0 -g 42 -m 640 $* $(DESTDIR)/onstor/etc/$(@).org
=20
Change to:
$(SUDO) install -o 0 -g 42 -m 640 $ $(DESTDIR)/onstor/etc/$*.org

But this may not be it either I would expect to see a strange $(DESTDIR)
subdirectory in onstor/etc unless the install is failing because the
directory doesn't exist. But I don't see an error form install.

-----Original Message-----
From: Andy Sharp=20
Sent: Wednesday, April 23, 2008 5:12 PM
To: Larry Scheer
Subject: passwd and shadow files

Larry,

I just did a make release [with the current rootfs template] and the
passwd.org and shadow.org are not going into /onstor/etc, they are
still going into /etc.  Try as I might, I can't seem to figure out why
when I look at the makefile in linux/rootfs/Makefile.  I guess there's
something I don't quite get.  I noticed that there is some NFX_ETC
thing, but I don't think I understand how that works either.

Perhaps you can fix it?  Or give me a hint?

Thanks,

a
