Skip to content

Commit

Permalink
Intermediate
Browse files Browse the repository at this point in the history
  • Loading branch information
hickinbottoms committed Apr 9, 2010
1 parent f8850ea commit 66f26d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ VM_DIR=/var/vm/squeezeboxserver
HDA_IMG=gentoo.cow
HDB_IMG=media.cow
VM_MEM=256
#VMHOST=chandra
VMHOST=192.168.100.17
VMHOST=chandra
#VMHOST=192.168.100.17
IDENT_HOST=chandra
SSH=ssh root@$(VMHOST) -i ~/.ssh/$(IDENT_HOST)
SCP=scp -i ~/.ssh/$(IDENT_HOST)
Expand Down
9 changes: 9 additions & 0 deletions stage/squeezeboxserver-7.4.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,15 @@ pkg_postinst() {
elog "plugins (if present)."

elog ""

ewarn "Note: If Squeezebox Server dies after the initial configuration"
ewarn " after an upgrade from a previous installation, try removing"
ewarn " /var/lib/squeezeboxserver and /etc/squeezeboxserver and"
ewarn " then reinstalling the package (note that old preferences"
ewarn " and plugins will be lost). See bug #307119."

elog ""

sc_starting_instr
}

Expand Down

0 comments on commit 66f26d7

Please sign in to comment.