Package: diaspora-common Version: 0.6.0.0+debian5 Severity: important Tags: patch
The /etc/init.d/diaspora script uses sudo, which is in its own package, so either diaspora-common needs to Depends: sudo or the sudo lines should be changed, for example the first invocation of sudo could be replaced by: su - $USER -s /bin/bash -c "cd $DIASPORA_HOME && $STARTSCRIPT" >> $LOGFILE 2>&1 & Best wishes, Julian _______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
