author | Paul Crowley <paul@lshift.net> |
Fri, 06 Mar 2009 12:46:22 +0000 | |
changeset 73 | 5d81ec164e5d |
parent 50 | 77d97aa18f29 |
permissions | -rwxr-xr-x |
39
f5055ce263c7
New system. No breaking in, just putting files in /etc/mercurial-server
Paul Crowley <paul@lshift.net>
parents:
diff
changeset
|
1 |
#!/bin/sh |
50
77d97aa18f29
update dates and copyright notices
Paul Crowley <paul@lshift.net>
parents:
39
diff
changeset
|
2 |
# Copyright 2008-2009 LShift Ltd |
39
f5055ce263c7
New system. No breaking in, just putting files in /etc/mercurial-server
Paul Crowley <paul@lshift.net>
parents:
diff
changeset
|
3 |
|
f5055ce263c7
New system. No breaking in, just putting files in /etc/mercurial-server
Paul Crowley <paul@lshift.net>
parents:
diff
changeset
|
4 |
# This file should live in /etc/mercurial-server. |
f5055ce263c7
New system. No breaking in, just putting files in /etc/mercurial-server
Paul Crowley <paul@lshift.net>
parents:
diff
changeset
|
5 |
|
73
5d81ec164e5d
do-refresh-auth now does all the work
Paul Crowley <paul@lshift.net>
parents:
50
diff
changeset
|
6 |
exec /usr/local/lib/mercurial-server/do-refresh-auth |
5d81ec164e5d
do-refresh-auth now does all the work
Paul Crowley <paul@lshift.net>
parents:
50
diff
changeset
|
7 |