]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/setup/misc.c
Drop mISDN userspace tools
[people/pmueller/ipfire-2.x.git] / src / setup / misc.c
index 3b258e0f184e29bd32c1933b3990b9d0199d285b..a31b1d8a844a9d4c27047b0632665fc7cedc03a0 100644 (file)
@@ -139,13 +139,3 @@ int writehostsfiles(void)
        
        return 1;
 }      
-
-int handleisdn(void)
-{
-       char command[STRING_SIZE];
-       sprintf(command, "/etc/rc.d/init.d/mISDN config");
-       if (runcommandwithstatus(command, _("ISDN"), _("Scanning and configuring ISDN devices."), NULL))
-               errorbox(_("Unable to scan for ISDN devices."));
-       // Need to write some lines that count the cards and say the names...
-       return 1;
-}