diff options
author | Rob Austein <sra@hactrn.net> | 2013-02-03 05:38:42 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-02-03 05:38:42 +0000 |
commit | 6bac4bd66d632bdc0973ce6bcea4f95a75078b94 (patch) | |
tree | 4991c6a39c386228e9aecd3593b0d5dd227a756d /buildtools | |
parent | 4a6cf03cc65e811d88fa61543156eb286ca3a752 (diff) |
Cleanup
svn path=/branches/tk377/; revision=5017
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/build-freebsd-rp-port.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/buildtools/build-freebsd-rp-port.py b/buildtools/build-freebsd-rp-port.py index 451fe584..59bce18e 100644 --- a/buildtools/build-freebsd-rp-port.py +++ b/buildtools/build-freebsd-rp-port.py @@ -284,8 +284,7 @@ DEINSTALL) print line[i] | "/usr/bin/crontab -u rcynic -"; else system("/usr/bin/crontab -u rcynic -r"); - }' | - /usr/bin/crontab -u root - + }' ;; POST-DEINSTALL) |