This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
univnautes/etc/rc.stop_packages

5 lines
80 B
PHP
Executable File

#!/usr/local/bin/php -f
<?php
require_once("pkg-utils.inc");
stop_packages();
?>