shithub: riscv

Download patch

ref: ebdc47dad61a1dd0f9fde65532727ff5cbf384f2
parent: 0f994b1b09c1dddd2d48c479dd025e71a674fd31
author: stanley lieber <stanley.lieber@gmail.com>
date: Tue Oct 15 11:47:56 EDT 2013

usps: update for new usps website (thanks, mischief)

--- a/rc/bin/usps
+++ b/rc/bin/usps
@@ -13,9 +13,8 @@
 	uhtml | htmlfmt > /tmp/usps.$pid
 
 sam -d /tmp/usps.$pid >[2] /dev/null <<'!'
-,/Your Label Number/-1d
-/Check on Another Item/,$d
-/id=\"error-tLabels\"/,$d
+,/Tracking Number/-1d
+/Available Options/,$d
 ,p
 !
 rm /tmp/usps.$pid
--