Skip to content

Commit

Permalink
Merge pull request bumptech#1 from specialunderwear/master
Browse files Browse the repository at this point in the history
Fixes for init.d and debian packaging
  • Loading branch information
Brane F. Gračnar committed May 23, 2012
2 parents 218aa8d + 3d6e6db commit ae9a8cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configuration.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
#endif
// END: configuration parameters

#define PID_DIR "/var/run"
#define PID_DIR "/var/run/stud"
#define PID_DIR_NONPRIVILEGED "/tmp"

static char var_buf[CONFIG_BUF_SIZE];
Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
stud (0.3~0.2012052301) unstable; urgency=low

* changed default pid file location

-- Charlie Root <root@example.com> Wed, 23 May 2012 14:15:41 +0100

stud (0.3~0.2012051501) unstable; urgency=low

* Merged native configuration file support
* Added init script :)

-- Charlie Root <root@example.com> Tue, May 15 2012 23:03:41 +200
-- Charlie Root <root@example.com> Tue, 15 May 2012 23:03:41 +0200

stud (0.3~0.20111212) unstable; urgency=low

Expand Down

0 comments on commit ae9a8cf

Please sign in to comment.