Ok, I will check it tonight. I has remembered I modified the scirpt
before. It seems I forget to modify qpopper-drac.

On 6/15/05, Kenshi Muto <[EMAIL PROTECTED]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi Yu,
> 
> > It's not a bug. If there is already /var/spool/pop, its group owner
> > should be mail and has permission 2755, excepting it was wrong
> > modified by other programs.
> 
> Nope, I believe this is the bug of qpopper-drac. qpopper (non drac
> version) works fine.
> I checked both of qpopper's postinst and qpopper-drac's one, then I
> noticed they are bit different as Akira mentioned.
> 
> - 
> -----------------------------------------------------------------------------
> - --- debian/qpopper-drac.postinst        2005-06-15 22:06:02.301414367 +0900
> +++ debian/qpopper.postinst     2005-06-15 22:06:02.301414367 +0900
> @@ -21,9 +21,9 @@
>  if [ ! -d /var/spool/pop ]
>  then
>         mkdir -p /var/spool/pop
> - -       chgrp mail /var/spool/pop
> - -       chmod 2775 /var/spool/pop
>  fi
> +chgrp mail /var/spool/pop
> +chmod 2775 /var/spool/pop
> 
>  # Check if we have already been installed.
>  grep "^pop-3.*/in.qpopper" /etc/inetd.conf > /dev/null 2>&1 && exit 0
> - 
> -----------------------------------------------------------------------------
> 
> Both qpopper/qpopper-drac packages have /var/spool/pop and initial
> permission is root:root 755, so this directory should be always
> modified by postinst for working properly.
> 
> Thanks,
> - --
> Kenshi Muto
> [EMAIL PROTECTED]
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.1 (GNU/Linux)
> Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
> 
> iEYEARECAAYFAkKwLSAACgkQQKW+7XLQPLHuuQCfVK3pPUHs+okLSYdeEcvqpdey
> 764AnRVLHKJdhJBnqXXAhdFPWcKsT4St
> =x1G4
> -----END PGP SIGNATURE-----
> 
>

Reply via email to