菊池です。 # 無駄な全文引用はやめてください。 At Thu, 24 Jun 2004 07:40:19 +0900 (JST), TK wrote: [...] > [root@host root]$ rpm -q --scripts proftpd > preuninstall script (through /bin/sh): > if [ -d /var/run/proftpd ] ; then > rm -rf /var/run/proftpd/* > fi > > if [ $1 = 0 ] ; then > /sbin/chkconfig --del proftpd > fi ftp デーモンは、デフォルトでは起動させない設定だからでは ないですか? > [root@host1 root]# rpm -q --scripts vsftpd > postinstall scriptlet (using /bin/sh): > /sbin/chkconfig --add vsftpd > /usr/sbin/usermod -d /var/ftp ftp >/dev/null 2>&1 || : > preuninstall scriptlet (using /bin/sh): > if [ $1 = 0 ]; then > /sbin/service vsftpd stop > /dev/null 2>&1 > /sbin/chkconfig --del vsftpd > fi Vine に vsftpd は無いですが? -- 菊池 順一