summaryrefslogtreecommitdiffstats
path: root/packaging/HPUX/configure.man
blob: 5aa5545fee5c85bb0722dc2df4208b6fbdad67fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Samba.man configure script


grep -q '/usr/local/samba/man' /etc/MANPATH
if [ $? -eq 1 ]
then
  echo "`cat /etc/MANPATH`:/usr/local/samba/man" >/tmp/$$.PATH
  cp /tmp/$$.PATH /etc/MANPATH
  rm -f /tmp/$$.PATH
fi

exit 0