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)
committerLars Müller <lmuelle@samba.org>
Thu, 20 Oct 2005 12:58:40 +0000 (12:58 +0000)
commitcd281fae9246f5a426ea79bbb4bf089f252f5fb1
tree3d1bd7fd579e470fecf797a47632b51db2bcfe0c
parent5a3552cc1737e025cdc4238665dda79308c65e3e
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