# # # patch "debian/monotone-server.monotone.init" # from [7d84eb26641e0e5a7c4399bd886c5150c026fde4] # to [cb1c25d474a6fc19fbc6a07d3234a9a96a2564be] # # patch "debian/monotone-server.postinst" # from [5bfc08bf63ba5b1aef6c4ee01bf207834f4e4973] # to [b8b5f2ccef0ccfdf9c460e8f32e6034e470afe6a] # ============================================================ --- debian/monotone-server.monotone.init 7d84eb26641e0e5a7c4399bd886c5150c026fde4 +++ debian/monotone-server.monotone.init cb1c25d474a6fc19fbc6a07d3234a9a96a2564be @@ -20,7 +20,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin DESC="Monotone Server" NAME=monotone -DAEMON=/usr/bin/$NAME +DAEMON=/usr/bin/mtn PIDFILE=/var/run/$NAME.pid SCRIPTNAME=/etc/init.d/$NAME ============================================================ --- debian/monotone-server.postinst 5bfc08bf63ba5b1aef6c4ee01bf207834f4e4973 +++ debian/monotone-server.postinst b8b5f2ccef0ccfdf9c460e8f32e6034e470afe6a @@ -23,7 +23,7 @@ # source debconf stuff . /usr/share/debconf/confmodule -MONOTONE=/usr/bin/monotone +MONOTONE=/usr/bin/mtn case "$1" in configure)