summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-scripts/net.modules.d/pppd')
-rw-r--r--net-scripts/net.modules.d/pppd15
1 files changed, 1 insertions, 14 deletions
diff --git a/net-scripts/net.modules.d/pppd b/net-scripts/net.modules.d/pppd
index a9017a4..fb0e15e 100644
--- a/net-scripts/net.modules.d/pppd
+++ b/net-scripts/net.modules.d/pppd
@@ -2,19 +2,13 @@
# Copyright (c) 2004-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# char* pppd_provides(void)
-#
-# Returns a string to change module definition for starting up
-pppd_provides() {
- echo "ppp"
-}
-
# void pppd_depend(void)
#
# Sets up the dependancies for the module
pppd_depend() {
after interface
before dhcp
+ provide ppp
}
# bool pppd_check_installed(void)
@@ -28,13 +22,6 @@ pppd_check_installed() {
return 0
}
-# bool pppd_check_depends(void)
-#
-# Checks to see if we have the needed functions
-pppd_check_depends() {
- return 0
-}
-
# char *pppd_regex_escape(char *string)
#
# Returns the supplied string with any special regex