[DRE-maint] Bug#851165: diaspora-common: missing Depends on sudo

Julian Gilbey jdg at debian.org
Thu Jan 12 15:57:05 UTC 2017


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



More information about the Pkg-ruby-extras-maintainers mailing list