audio/squeezeboxserver - install error

Michael Scheidell scheidell at freebsd.org
Fri May 4 13:18:43 UTC 2012



On 5/4/12 9:06 AM, Torfinn Ingolfsen wrote:
>         if [ ! -f ${serverlogfile} ]; then
>                  touch ${serverlogfile}
>                  chown -H ${u}:${g} ${serverlogfile}
>          fi

        if [ ! -f ${serverlogfile} ]; then
                 touch ${serverlogfile} || ${MKDIR} /var/log/${name}
                 chown -H ${u}:${g} ${serverlogfile}
         fi

?

don't forget to make sure that pkg_add also works.
check pkg_delete also to make sure that pkg-plist removes it.


-- 
Michael Scheidell, CTO
 >*| * SECNAP Network Security Corporation
d: +1.561.948.2259
w: http://people.freebsd.org/~scheidell


More information about the freebsd-ports mailing list