mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-07 23:24:05 +00:00
33 lines
763 B
Diff
33 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)
|