OSDN Git Service

release 0.6.3-2 (typo)
authorTaizo ITO <taizo@karesansui-project.info>
Fri, 4 Jun 2010 10:02:31 +0000 (19:02 +0900)
committerTaizo ITO <taizo@karesansui-project.info>
Fri, 4 Jun 2010 10:02:31 +0000 (19:02 +0900)
doc/rc.d/init.d/silhouetted
doc/redhat.spec

index f0351ad..830d2c9 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # silhouetted  The startup script for the Pysilhouette system.
 #
-# chkconfig: 345 97 03
+# chkconfig: 2345 97 03
 # description: Pysilhouette is an application running in the background system.
 #
 # processname: silhouetted
index 71d2a4a..f750917 100644 (file)
@@ -116,15 +116,15 @@ if [ ! -e %{__datadir} ]; then
 fi
 %{__chkconfig} --add silhouetted >/dev/null 2>&1
 %{__chkconfig} silhouetted on >/dev/null 2>&1
-%{_initrddir}/silhouetted start >/dev/null 2>&1
+#%{_initrddir}/silhouetted start >/dev/null 2>&1
 
 %postun
 if [ $1 = 0 ]; then
   /usr/sbin/userdel %{_user} 2> /dev/null || :
   /usr/sbin/groupdel %{_group} 2> /dev/null || :
 fi
-%{_initrddir}/silhouetted stop >/dev/null 2>&1
-%{__chkconfig} --del silhouetted >/dev/null 2>&1
+#%{_initrddir}/silhouetted stop >/dev/null 2>&1
+#%{__chkconfig} --del silhouetted >/dev/null 2>&1
 
 %files -f INSTALLED_FILES
 %defattr(-,root,root)