<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/script/installdirs.sh, branch talloc-2.0.8</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>r13644: Do not shift anything inside the for loop away.  We ineterate over $@.</title>
<updated>2007-10-10T16:10:20+00:00</updated>
<author>
<name>Lars Müller</name>
<email>lmuelle@samba.org</email>
</author>
<published>2006-02-23T01:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a71e4baaf6ad47282b0ef27142f97dcafe882c8c'/>
<id>a71e4baaf6ad47282b0ef27142f97dcafe882c8c</id>
<content type='text'>
(This used to be commit 3aa75f0ff589a3fdeaa9daa5ae75b3381c3e8eea)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 3aa75f0ff589a3fdeaa9daa5ae75b3381c3e8eea)
</pre>
</div>
</content>
</entry>
<entry>
<title>r13642: Fix install* scripts to use DESTDIR.</title>
<updated>2007-10-10T16:10:20+00:00</updated>
<author>
<name>Lars Müller</name>
<email>lmuelle@samba.org</email>
</author>
<published>2006-02-22T21:41:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ca0e155ef015adfaf6a9c38518e8d60adcc3fdf9'/>
<id>ca0e155ef015adfaf6a9c38518e8d60adcc3fdf9</id>
<content type='text'>
Always pass the INSTALLPERMS and DESTDIR as first and second arg to the
scripts.

No longer prepend DESTDIR to the remaining args.

To fix bug #3282 it is important _not_ to prepend DESTDIR to the source
of the sym link pointing to smbmount.
(This used to be commit c38adf71317f2c898ee10cad8068e942835199c9)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Always pass the INSTALLPERMS and DESTDIR as first and second arg to the
scripts.

No longer prepend DESTDIR to the remaining args.

To fix bug #3282 it is important _not_ to prepend DESTDIR to the source
of the sym link pointing to smbmount.
(This used to be commit c38adf71317f2c898ee10cad8068e942835199c9)
</pre>
</div>
</content>
</entry>
<entry>
<title>cosmetic fix when DESTDIR=/ (default)</title>
<updated>2003-10-06T19:24:17+00:00</updated>
<author>
<name>Gerald Carter</name>
<email>jerry@samba.org</email>
</author>
<published>2003-10-06T19:24:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=629120a0a1ee0726cf6f43bf841ca042d2b0229e'/>
<id>629120a0a1ee0726cf6f43bf841ca042d2b0229e</id>
<content type='text'>
(This used to be commit e660b5752aa129c49b0b665845de2fe4c160be00)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit e660b5752aa129c49b0b665845de2fe4c160be00)
</pre>
</div>
</content>
</entry>
<entry>
<title>* fixing RedHat spec file for 3.0</title>
<updated>2002-11-26T23:18:35+00:00</updated>
<author>
<name>Gerald Carter</name>
<email>jerry@samba.org</email>
</author>
<published>2002-11-26T23:18:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=72948b91a01e8da944ee12d46f5e757b51b64c8e'/>
<id>72948b91a01e8da944ee12d46f5e757b51b64c8e</id>
<content type='text'>
* updating Makefile &amp; configure script to use CONFIGDIR &amp; VFSLIBDIR
* set LIBDIR to ${prefix}/lib/samba when --with-fhs is enabled
* make installdirs take an arbitrary number of arguements
(This used to be commit f0d09cf676bc335e8fde9fe730730f2949411a54)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* updating Makefile &amp; configure script to use CONFIGDIR &amp; VFSLIBDIR
* set LIBDIR to ${prefix}/lib/samba when --with-fhs is enabled
* make installdirs take an arbitrary number of arguements
(This used to be commit f0d09cf676bc335e8fde9fe730730f2949411a54)
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the directory creation process outside the 'installbin.sh' script, and</title>
<updated>2002-03-13T01:21:02+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2002-03-13T01:21:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7451e73ae28b91a77520347c73eedf40d5cad2e9'/>
<id>7451e73ae28b91a77520347c73eedf40d5cad2e9</id>
<content type='text'>
into its own.  The 'installdirs' makefile entry didn't do anything on my laptop,
so it has been replaced with the section from installbin.sh.

This also fixes the bug that we ignored the setting of $(PRIVATEDIR) when
making the directories.

Finally, link pam_winbind with .po objects only, not a mix of .o and .po
(as per Don Mccall's request).

Andrew Bartlett
(This used to be commit c7a883df28da9dd6fb88198df22c4d78bf8acd8b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
into its own.  The 'installdirs' makefile entry didn't do anything on my laptop,
so it has been replaced with the section from installbin.sh.

This also fixes the bug that we ignored the setting of $(PRIVATEDIR) when
making the directories.

Finally, link pam_winbind with .po objects only, not a mix of .o and .po
(as per Don Mccall's request).

Andrew Bartlett
(This used to be commit c7a883df28da9dd6fb88198df22c4d78bf8acd8b)
</pre>
</div>
</content>
</entry>
</feed>
