mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-28 23:21:53 +00:00
32 lines
763 B
Diff
32 lines
763 B
Diff
283,293c283,293
|
|
< $(IP_UP_GENTOO): netcount-ip-up-local
|
|
< ./add-script.sh $< $@ netcount
|
|
< chmod +x $@
|
|
<
|
|
< $(IP_DOWN_GENTOO): netcount-ip-down-local
|
|
< ./add-script.sh $< $@ netcount
|
|
< chmod +x $@
|
|
<
|
|
< $(INIT_GENTOO): netcount-init
|
|
< ./add-script.sh $< $@ netcount
|
|
< chmod +x $@
|
|
---
|
|
> #$(IP_UP_GENTOO): netcount-ip-up-local
|
|
> # ./add-script.sh $< $@ netcount
|
|
> # chmod +x $@
|
|
>
|
|
> #$(IP_DOWN_GENTOO): netcount-ip-down-local
|
|
> # ./add-script.sh $< $@ netcount
|
|
> # chmod +x $@
|
|
>
|
|
> #$(INIT_GENTOO): netcount-init
|
|
> # ./add-script.sh $< $@ netcount
|
|
> # chmod +x $@
|
|
296c296
|
|
< $(INIT_GENTOO)
|
|
---
|
|
> $(INIT_GENTOO)
|
|
299c299
|
|
< rm -f $(RCRONDIR)/netcount $(common-objects)
|
|
---
|
|
> rm -f $(RCRONDIR)/netcount $(common-objects)
|