diff options
author | Julian Blake Kongslie <jblake@omgwallhack.org> | 2010-03-18 14:00:05 -0700 |
---|---|---|
committer | jblake+piny@omgwallhack.org <jblake@omgwallhack.org> | 2010-03-18 14:00:05 -0700 |
commit | cb7a0c22c8025c2323ea7cd8bef05f513ecee431 (patch) | |
tree | 56967226ad8200d3b2fa91d9c46b19e3540acfeb /usr/src/pinyadmin/bin/rmrepo | |
parent | d6358e5c362026d866ad902e87a16dc6c95f48e0 (diff) | |
download | piny-code-cb7a0c22c8025c2323ea7cd8bef05f513ecee431.tar.gz piny-code-cb7a0c22c8025c2323ea7cd8bef05f513ecee431.zip |
Durr, remove the local designation from the moved pinyadmin stuff.
Diffstat (limited to 'usr/src/pinyadmin/bin/rmrepo')
-rwxr-xr-x | usr/src/pinyadmin/bin/rmrepo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/pinyadmin/bin/rmrepo b/usr/src/pinyadmin/bin/rmrepo index 53bf029..e0e8085 100755 --- a/usr/src/pinyadmin/bin/rmrepo +++ b/usr/src/pinyadmin/bin/rmrepo @@ -1,2 +1,2 @@ #!/bin/sh -exec /usr/bin/sudo /usr/local/sbin/rmrepo "$@" +exec /usr/bin/sudo /usr/sbin/rmrepo "$@" |