Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature-vt/rc/bin/patch/notify – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#!/bin/rc
2
# patch/notify
3
rfork e
4
for(i)
5
	# don't flood sys when merely shuffling patches around
6
	if (~ $i applied/* saved/* sorry/*) {
7
		patch/list $i | mail -s 'patch/list '^$i sys \
8
			`{cat /n/sources/patch/$i/email}
9
	}