r11224: Add feature to get our configuration from config.log into installman.sh.
commit3944dfbff4f7f951d35e7893f7ab56ed2e9d76b0
authorLars Müller <lmuelle@samba.org>
Thu, 20 Oct 2005 12:58:40 +0000 (20 12:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:06 +0000 (10 11:05 -0500)
tree3d1bd7fd579e470fecf797a47632b51db2bcfe0c
parent908ac0c9eccd1ba368a6305fee9673770fc74a53
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.
source/script/installman.sh