mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
started creation of the first update
changed release of samba and mpfire fixed pakfire uninstall problem git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1078 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -31,7 +31,7 @@ extract_files() {
|
||||
remove_files() {
|
||||
echo "Removing files..."
|
||||
for i in $(cat /opt/pakfire/tmp/ROOTFILES); do
|
||||
rm -rfv ${i}
|
||||
rm -rfv /${i}
|
||||
done
|
||||
echo "...Finished."
|
||||
}
|
||||
@@ -75,10 +75,10 @@ start_service() {
|
||||
;;
|
||||
*)
|
||||
break
|
||||
;;
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
||||
if [ -e "/etc/init.d/${1}" ]; then
|
||||
if [ -n "${BACKGROUND}" ]; then
|
||||
(sleep ${DELAY} && /etc/init.d/${1} start) &
|
||||
|
||||
Reference in New Issue
Block a user