r11224: Add feature to get our configuration from config.log into installman.sh.
authorLars Müller <lmuelle@samba.org>
Thu, 20 Oct 2005 12:58:40 +0000 (12:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:06 +0000 (11:05 -0500)
commit580ef1f81e8f8ee02a4300366029cedbac65413e
tree9dbce501cc81e5766cbdf16407b8fb62711ab40a
parentad7cd4096f73382f3723fb3f4581c6cea4186702
r11224: Add feature to get our configuration from config.log into installman.sh.
This allows us to install for example smbsh.1 only if SMBWRAPPER is set.

Removed also one rm call as we copy and do not append to the same file
in the next step.  There is no file permission risk as we chmod 0644 in
any case later.

Replaced one basename call by shell substitution.
(This used to be commit 3944dfbff4f7f951d35e7893f7ab56ed2e9d76b0)
source3/script/installman.sh