Skip to content

Commit

Permalink
release v1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitch committed Jun 6, 2010
1 parent 8b296d4 commit 2ac2d4c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY
@@ -1,5 +1,10 @@
reniced HISTORY

----------------------------
2010-06-06 revision 1.18

- add -o parameter to change ps(1) format to filter on

----------------------------
2007-08-05 revision 1.17

Expand Down
4 changes: 2 additions & 2 deletions Makefile
@@ -1,6 +1,6 @@
PKGNAME=reniced
VERSION=$(shell grep \$$Id: reniced \
| head -n 1 | sed -e 's/^.*,v //' -e 's/ .*$$//')
VERSION=$(shell grep 'reniced [0-9]' reniced \
| head -n 1 | sed -e 's/^\s*reniced\s*//' -e 's/\s*$$//')

DISTDIR=$(PKGNAME)-$(VERSION)
DISTFILE=$(DISTDIR).tar.gz
Expand Down
2 changes: 1 addition & 1 deletion reniced
Expand Up @@ -194,7 +194,7 @@ Command format:
-10r4 set nice value to -10 and io priority to realtime class 4
Version:
$Id: reniced,v 1.17 2007-08-05 12:19:52 mitch Exp $
reniced 1.18
EOF
;
}
Expand Down

0 comments on commit 2ac2d4c

Please sign in to comment.