slackbuilds_ponce/network/leafnode/doinst.sh
Andrew Strong dd10c3dbae Revert network/leafnode and fix build on 13.1
This reverts commit c7a4ca9c45
    and adds a patch to fix compilation on 13.1.
2010-05-26 23:57:57 -05:00

8 lines
160 B
Bash

if [ ! -e etc/leafnode/local.groups ]; then
touch etc/leafnode/local.groups
fi
if [ ! -e etc/leafnode/moderators ]; then
touch etc/leafnode/moderators
fi